You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
206 B
14 lines
206 B
rem
|
|
rem GTT files
|
|
rem
|
|
|
|
for %%f in (capsl3 capsl4) do (
|
|
del %%f.gtt
|
|
ctt2gtt %1 %2 %3 %4 %5 %%f.txt %%f.ctt %%f.gtt
|
|
)
|
|
|
|
for %%f in (usa) do (
|
|
del %%f.gtt
|
|
udgtt %%f.gtt %%f.txt
|
|
)
|
|
|