orca/orca.bat

8 lines
135 B
Batchfile

@echo off
rem Get the directory of this batch script
set "script_dir=%~dp0"
python "%script_dir%orca" %*
exit /b %errorlevel%