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

4 lines
76 B
Batchfile

copy %1 temp.txt
sed s/XXXXXXXX.GPD/%2/g < temp.txt > %3\%2
del temp.txt