DinkSmallwoodHD/media/delete_all_rttex_files.bat
2018-04-30 23:47:25 +00:00

2 lines
No EOL
75 B
Batchfile

REM Delete all existing packed textures
for /r %%f in (*.rttex) do del %%f