UniversalModloader/launch.bat

9 lines
125 B
Batchfile
Raw Normal View History

2017-04-09 18:51:11 +00:00
@echo off
:start
cls
cd %~dp0
::set tmp=%~dp0\bin\tmp
::set temp=%tmp%
bin\python\python.exe py\modloader.py
pause
goto start