Skip to content

Trying to make a batch file #23

Description

@callomello

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions