4 lines
110 B
Batchfile
4 lines
110 B
Batchfile
echo off
|
|
@set PATH=%PATH%;%SystemDir%\system32;%SystemRoot%\System32;.\python\
|
|
python_fml install.py %*
|
|
pause
|