Battledale_PRC8/_content/Compiler - Top Hak.bat

4 lines
297 B
Batchfile
Raw Normal View History

:loop
"C:\NWN Work\nwnsc.exe" -o -w -n "C:\Games\Steam\steamapps\common\Neverwinter Nights" -i "D:\NWN Repos\Battledale_PRC8\_content\prc8_battle_top";"D:\NWN Repos\PRC8\nwn\nwnprc\trunk\include" "D:\NWN Repos\Battledale_PRC8\_content\prc8_battle_top\*.nss"
if %errorLevel% == -1 goto :loop
pause