4 lines
73 B
Batchfile
4 lines
73 B
Batchfile
@echo off
|
|
echo Run's app ...
|
|
python27\python.exe _pyren_launcher.py
|
|
pause |