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

4 lines
49 B
Batchfile

gawk -f %2 < %1 > %1.tmp
del %1
ren %1.tmp %1