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.
13 lines
272 B
13 lines
272 B
|
|
for %%f in (
|
|
roman05 roman06 roman10 roman12 roman15 roman17 roman20 romanps
|
|
) do (
|
|
pfm2ufm -f -r1 st24c.001 %%f.pfm ..\ctt\epsonxta.gtt %%f.ufm
|
|
)
|
|
|
|
for %%f in (
|
|
song1224 song1624 song2424
|
|
) do (
|
|
pfm2ufm -p -f st24c.001 %%f.pfm -16 %%f.ufm
|
|
)
|
|
|