Thanks go to Bamdur on SWBFGamers for figuring this out.
Open your munge.bat file in the "DataWorldID" folder in Notepad, and paste the following command at the very front of the file.
Code: Select all
@set path=C:/windows/system32
Code: Select all
@set path=C:/windows/System32/
cd _build_pc
@call munge.bat
cd ..
if EXIST MungeLog.txt Notepad.exe Mungelog.txt
Echo Done Munging, Potential errors can be found in Mungelog.txt
PAUSE