06-18-2015, 02:14 PM
Looks like you're using the wrong setup for that (having "Script" in there is throwing it off). Here's the batch-script I used to unpack the GTX files into their own folders:
You'll need QuickBMS, the script and the batch file in the same folder for that to work, of course.
Code:
for /R %%a IN (*.nut) DO "quickbms.exe" -Y -o "SmashU_NUT.bms" "%%a" "%%~dpna"