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

10 lines
103 B
Batchfile

@echo off
for %%i in (
epsonxta
cp850ex
) do (
del %%i.gtt
udgtt %%i.gtt < %%i.txt
)