hostile-takeover/legacy/AuthorKit/run.bat
2014-07-06 17:47:28 -07:00

7 lines
147 B
Batchfile

@echo off
call mkpdb -pdb htdata824.pdb -ld %1 -lvl %2
if "%MKPDB_RET%"=="0" (
echo Launching Hostile Takeover...
"Warfare Incorporated" -l %2
)