mailr14606 - /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:57:
Author: bugman
Date: Thu Sep  8 09:57:29 2011
New Revision: 14606

URL: http://svn.gna.org/viewcvs/relax?rev=14606&view=rev
Log:
The screen is no longer cleared prior to relax execution on MS Windows.

This prevents the Windows PowerShell history from being wiped out.


Modified:
    1.3/relax.bat

Modified: 1.3/relax.bat
URL: 
http://svn.gna.org/viewcvs/relax/1.3/relax.bat?rev=14606&r1=14605&r2=14606&view=diff
==============================================================================
--- 1.3/relax.bat (original)
+++ 1.3/relax.bat Thu Sep  8 09:57:29 2011
@@ -12,9 +12,6 @@
 rem job (Y/N)?" on exit.
 break off
 
-rem Clear the screen.
-cls
-
 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 11:40:01 2011