diff --git a/UniversalModloader.bat b/UniversalModloader.bat new file mode 100644 index 0000000..b18595b --- /dev/null +++ b/UniversalModloader.bat @@ -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 \ No newline at end of file diff --git a/extras/Windows Integration Tool/Windows Integration Tool.bat b/extras/Windows Integration Tool/Windows Integration Tool.bat new file mode 100644 index 0000000..aa832f2 --- /dev/null +++ b/extras/Windows Integration Tool/Windows Integration Tool.bat @@ -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 \ No newline at end of file