Hi there!
Sorry if this is the wrong place to put this, I was just wondering if anyone could help me figure out something with a batch script.
As it is it's extracting the .par files in the same directory as the script but I want it to extract them in their original folders so they don't keep replacing each other.
Here it is:
for %%i in (*.par) do ParTool.exe extract "%%i" "%%~ni" -r
Kind regards.
Hi there!
Sorry if this is the wrong place to put this, I was just wondering if anyone could help me figure out something with a batch script.
As it is it's extracting the .par files in the same directory as the script but I want it to extract them in their original folders so they don't keep replacing each other.
Here it is:
for %%i in (*.par) do ParTool.exe extract "%%i" "%%~ni" -r
Kind regards.