mailr2559 - /1.2/relax.bat


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

Header


Content

Posted by edward on September 14, 2006 - 08:19:
Author: bugman
Date: Thu Sep 14 08:07:30 2006
New Revision: 2559

URL: http://svn.gna.org/viewcvs/relax?rev=2559&view=rev
Log:
Creation of an MS Windows batch file for executing relax.

The creation of the relax.bat file was mentioned in the post at 
https://mail.gna.org/public/relax-users/2006-09/msg00001.html 
(Message-id:<7f080ed10609010347r3f5fdc01mdb5b0b61bc883feb@xxxxxxxxxxxxxx>).

Both python and relax must be located within the system path for this batch 
file to operate.  With this batch file you can then execute relax normally 
from any location and the command line options will be properly processed.  
The current batch file, however, has problems with the [Ctrl-C] key 
combination - Windows asks the question "Terminate batch job (Y/N)?" once 
relax finishes.


Added:
    1.2/relax.bat   (with props)

Added: 1.2/relax.bat
URL: http://svn.gna.org/viewcvs/relax/1.2/relax.bat?rev=2559&view=auto
==============================================================================
--- 1.2/relax.bat (added)
+++ 1.2/relax.bat Thu Sep 14 08:07:30 2006
@@ -1,0 +1,11 @@
+@echo off
+REM Execute this file to run relax in MS Windows.
+REM
+REM Both relax and python must be located within the system path.
+REM This can be set in Windows XP by right clicking on 'My Computer', going 
to 
+REM 'Properties', clicking on the 'Advanced' tab, and clicking on the
+REM 'Envirnment Variables' button.  Then double click on the 'Path' system
+REM variable and add the text ";C:\Program Files\Python24;C:\relax" to the 
end
+REM of variable value field (modify the text to point to the correct 
location).
+
+python %~dp0%0 %*

Propchange: 1.2/relax.bat
------------------------------------------------------------------------------
    svn:executable = *




Related Messages


Powered by MHonArc, Updated Thu Sep 14 08:40:04 2006