mailr14605 - /1.3/relax.bat


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on September 08, 2011 - 09:53:
Author: bugman
Date: Thu Sep  8 09:53:58 2011
New Revision: 14605

URL: http://svn.gna.org/viewcvs/relax?rev=14605&view=rev
Log:
Fix for the MS Windows BAT file so that relax can be launched from the 
Windows PowerShell.


Modified:
    1.3/relax.bat

Modified: 1.3/relax.bat
URL: 
http://svn.gna.org/viewcvs/relax/1.3/relax.bat?rev=14605&r1=14604&r2=14605&view=diff
==============================================================================
--- 1.3/relax.bat (original)
+++ 1.3/relax.bat Thu Sep  8 09:53:58 2011
@@ -15,7 +15,6 @@
 rem Clear the screen.
 cls
 
-rem Run relax using python.  %~dp0 will expand to the path where relax is 
found
-rem and %0 is simply 'relax'.  %* will send all the remaining arguments to
-rem relax.
-python "%~dp0%0.py" %*
+rem Run relax using python.  %~dp0 will expand to the path where relax is 
found.
+rem %* will send all the remaining arguments to relax.
+python "%~dp0\relax.py" %*




Related Messages


Powered by MHonArc, Updated Thu Sep 08 10:00:01 2011