Launch.bat edit
- Minor adjustments + fixes.
This commit is contained in:
parent
87a8e3fd22
commit
532db5bd15
@ -5,9 +5,8 @@ cd /d %~dp0
|
||||
::SETTINGS
|
||||
set pyFile=UniversalModloader.py
|
||||
set pythonExec=python.exe
|
||||
set cmd=call "%pythonExec%" "%pyFile%" %*
|
||||
::set cmd=call "%pythonExec%" "%pyFile%" %*
|
||||
set cmd=call "%pyFile%" %*
|
||||
::SETTINGS END
|
||||
|
||||
%cmd%
|
||||
pause
|
||||
exit
|
||||
%cmd%
|
Loading…
Reference in New Issue
Block a user