8 lines
325 B
Batchfile
8 lines
325 B
Batchfile
:loop
|
|
"C:\NWN Work\nwnsc.exe" -s -o -w -n "C:\Games\Steam\steamapps\common\Neverwinter Nights" -i "D:\NWN Repos\EN4_PRC8\_content\hak\en4_prc8_cep3_top";"D:\NWN Repos\PRC8\nwn\nwnprc\trunk\include" "D:\NWN Repos\EN4_PRC8\_content\hak\en4_prc8_cep3_top\*.nss"
|
|
if %errorLevel% == -1 goto :loop
|
|
|
|
|
|
cd _tools\
|
|
NWN.CLI.exe -k
|
|
cd .. |