UniversalModloader/extras/Windows Integration Tool/Windows Integration Tool.bat

15 lines
275 B
Batchfile

@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