Files
py_sandbox/megui/create_megui_jobs.bat
Andreas 14ce799048 analysis cleanup, added megui job creator
--HG--
branch : sandbox
2009-08-24 21:49:07 +00:00

6 lines
214 B
Batchfile

@echo off
rem determine directory of script. may be different from current working directory
for /F %%I IN ("%0") do set BIN_DIR=%%~dpI
rem expect python.exe in the PATH
python.exe %BIN_DIR%\create_jobs.py %*