Files
SabreTools/SingleGame/Batches/SingleGameDir_WithRoot.bat
2016-04-06 13:08:26 -07:00

6 lines
140 B
Batchfile

REM Rename files with root directory in mind
set rootdir=C:\
for /r "%~1" %%A in (*.xml *.dat) do (
..\SingleGame "%%~A" -r=%rootdir%
)