4 lines
54 B
Batchfile
4 lines
54 B
Batchfile
@echo off
|
|
rem Just run the python script
|
|
python %0 %*
|
@echo off
|
|
rem Just run the python script
|
|
python %0 %*
|