klipper-dgus-touchscreen/t5uid1/480x272/rename.bat

14 lines
369 B
Batchfile
Raw Permalink Normal View History

2021-09-09 23:18:15 +02:00
@echo OFF
for %%f in (DWIN_SET\13*.bin) do (
if not "%%f" == "DWIN_SET\13_touch.bin" move /y "%%f" "DWIN_SET\13_touch.bin"
)
for %%f in (DWIN_SET\14*.bin) do (
if not "%%f" == "DWIN_SET\14_variable.bin" move /y "%%f" "DWIN_SET\14_variable.bin"
)
for %%f in (DWIN_SET\22*.bin) do (
if not "%%f" == "DWIN_SET\22_config.bin" move /y "%%f" "DWIN_SET\22_config.bin"
)