##// END OF EJS Templates
contrib: run editmergeps.ps1 from the same location as editmergeps.bat...
Kostia Balytskyi -
r32568:4b9b8793 default
parent child Browse files
Show More
@@ -1,2 +1,2 b''
1 1 @echo off
2 powershell -NoProfile -ExecutionPolicy unrestricted -Command "& 'editmergeps.ps1' %*"
2 powershell -NoProfile -ExecutionPolicy unrestricted -Command "& '%~dp0\editmergeps.ps1' %*"
General Comments 0
You need to be logged in to leave comments. Login now