Reworked batch files a bit
Commented line for portable operation, setlocal added
This commit is contained in:
parent
e5f2fd0018
commit
8ffbf199ef
15
UniversalModloader.bat
Normal file
15
UniversalModloader.bat
Normal file
@ -0,0 +1,15 @@
|
||||
@echo off
|
||||
setlocal
|
||||
title Fier's Universal Modloader
|
||||
cd /d %~dp0
|
||||
|
||||
::SETTINGS
|
||||
set pyFile=UniversalModloader.py
|
||||
set pythonExec=py
|
||||
::set pythonExec=python\python.exe
|
||||
set cmd=call "%pythonExec%" "%pyFile%" %*
|
||||
::SETTINGS END
|
||||
|
||||
%cmd%
|
||||
pause
|
||||
exit
|
15
extras/Windows Integration Tool/Windows Integration Tool.bat
Normal file
15
extras/Windows Integration Tool/Windows Integration Tool.bat
Normal file
@ -0,0 +1,15 @@
|
||||
@echo off
|
||||
setlocal
|
||||
title Fier's Universal Modloader - Windows Integration Tool
|
||||
cd /d %~dp0
|
||||
|
||||
::SETTINGS
|
||||
set pyFile=Windows Integration Tool.py
|
||||
set pythonExec=py
|
||||
::set pythonExec=..\..\python\python.exe
|
||||
set cmd=call "%pythonExec%" "%pyFile%" %*
|
||||
::SETTINGS END
|
||||
|
||||
%cmd%
|
||||
pause
|
||||
exit
|
Loading…
Reference in New Issue
Block a user