Files
2025-04-27 07:49:33 -04:00

13 lines
133 B
Batchfile

@echo off
for %%i in (
nec24new
notrans
ocrb
prestige
sfocus
) do (
del %%i.gtt
udgtt %%i.gtt < %%i.txt
)