mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
6 lines
140 B
Batchfile
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%
|
|
) |