AOC_PRC8/_content/Compiler - Top Hak.bat
Jaysyn904 5e558169a0 Initial Commit
Initial Commit
2025-04-03 11:24:16 -04:00

4 lines
293 B
Batchfile

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