8 lines
203 B
Batchfile
8 lines
203 B
Batchfile
@ECHO off
|
|
SETLOCAL EnableExtensions EnableDelayedExpansion
|
|
SET "parent_dir=%~dp0"
|
|
if not exist out mkdir out
|
|
|
|
|
|
nwn_crunch.exe -file in\ -outdir out\ -fileformat png -deep -recreate -noprogress -nostats
|