analysis cleanup, added megui job creator
--HG-- branch : sandbox
This commit is contained in:
5
megui/create_megui_jobs.bat
Normal file
5
megui/create_megui_jobs.bat
Normal 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 %*
|
||||
Reference in New Issue
Block a user