! Experimental Launch.bat tweak

This commit is contained in:
Fierelier 2018-11-28 00:19:48 +01:00
parent 638d0b04a6
commit f0effff2d9

View File

@ -4,9 +4,9 @@ cd /d %~dp0
::SETTINGS
set pyFile=UniversalModloader.py
set pythonExec=python.exe
::set cmd=call "%pythonExec%" "%pyFile%" %*
set cmd=call "%pyFile%" %*
set pythonExec=py
set cmd=call "%pythonExec%" "%pyFile%" %*
::set cmd=call "%pyFile%" %*
::SETTINGS END
%cmd%