Hi, Luigi
I make small batch script for extracting/decompressing files (this sample for nier game):
Code:
for /f "Tokens=*" %%a in ('Dir /b /s *.mdp') Do quickbms.exe -o -F "*.mdp" nier_xb360_mdp_decompressor.bms "%%a" "%%~dpa."
it works only if in folder one file, but if in the folder 2 or more files scripts tells me "Error: wrong argument" on each source file