4 lines
267 B
Batchfile
4 lines
267 B
Batchfile
: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 |