PoA_PRC8/Compiler - 35abilities.bat

4 lines
267 B
Batchfile
Raw Normal View History

:loop
"C:\NWN Work\nwnsc.exe" -s -o -w -n "C:\Games\Steam\steamapps\common\Neverwinter Nights" -i "D:\NWN Repos\PoA-PRC\35expandedabilities";"D:\NWN Repos\PRC4NWN35\trunk\include" "D:\NWN Repos\PoA-PRC\35expandedabilities\*.nss"
if %errorLevel% == -1 goto :loop
pause