analysis cleanup, added megui job creator

--HG--
branch : sandbox
This commit is contained in:
Andreas
2009-08-24 21:49:07 +00:00
parent 59cdfe6f2f
commit 14ce799048
2 changed files with 8 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
@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 %*