4 lines
60 B
Batchfile
4 lines
60 B
Batchfile
|
@echo off
|
||
|
call ..\_winpack_run_python_sample.cmd %*
|
||
|
exit /B
|