Initial import from SVN (svn://129.187.65.205/platz/trunk, r1)
Converted from SVN working copy. Original SVN server no longer available. Original commit date: 2006-05-03, author: sm
This commit is contained in:
21
bin/run.bat
Normal file
21
bin/run.bat
Normal file
@@ -0,0 +1,21 @@
|
||||
echo off
|
||||
REM Hier die Umgebung anpassen
|
||||
REM -------------------------------------
|
||||
REM Wo ist das Programm hinkopiert
|
||||
set PLATZ=h:\develop\python\platz
|
||||
REM Wo liegt der Interpreter
|
||||
set PYTHONSHELL=l:\tools\i486_nt\python24
|
||||
REM -------------------------------------
|
||||
|
||||
REM Umgebung setzen
|
||||
set PLATZ_CFG=%PLATZ%\cfg
|
||||
set PLATZ_LIBS=%PLATZ%\libs
|
||||
set PLATZ_WORK=%PLATZ%\work
|
||||
|
||||
set PATH=%PYTHONSHELL%;%PATH%
|
||||
|
||||
REM Wo sind die Pythonskripte ?
|
||||
set PYTHONPATH=%PLATZ_LIBS%
|
||||
|
||||
REM Startet das Sitzplatzprogramm
|
||||
python %PLATZ_LIBS%\platz.py
|
||||
Reference in New Issue
Block a user