Assuming that the CriPakTools.exe extracting files into a current directory: @echo off for /r %%i in (*.cpk) do ( md "%%~dpni" pushd ...
確定! 回上一頁