From 532db5bd15854c2a1fd08270555dcc0657028ef2 Mon Sep 17 00:00:00 2001 From: Fierelier Date: Fri, 21 Jul 2017 14:20:31 +0200 Subject: [PATCH] Launch.bat edit - Minor adjustments + fixes. --- Launch.bat | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Launch.bat b/Launch.bat index 8f9da38..1b7c2c6 100644 --- a/Launch.bat +++ b/Launch.bat @@ -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 \ No newline at end of file +%cmd% \ No newline at end of file