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.
6 lines
192 B
6 lines
192 B
dir /B *.ufm 1>tmp2.cmd
|
|
sed "s/^/dumpufm /g" <tmp2.cmd 1>tmp1.cmd
|
|
sed "s/$/ | qgrep \"SelectFont\" >> tmp.txt/g" 0<tmp1.cmd 1>tmp2.cmd
|
|
del tmp.txt
|
|
call tmp2.cmd
|
|
del tmp1.cmd tmp1.cmd
|