Files
SabreTools/SingleGame/Batches/SingleGameDir_WithRoot.bat

6 lines
140 B
Batchfile
Raw Normal View History

2016-04-06 13:08:26 -07:00
REM Rename files with root directory in mind
set rootdir=C:\
for /r "%~1" %%A in (*.xml *.dat) do (
..\SingleGame "%%~A" -r=%rootdir%
)