Leaked source code of windows server 2003
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

  1. dir /B *.ufm 1>tmp2.cmd
  2. sed "s/^/dumpufm /g" <tmp2.cmd 1>tmp1.cmd
  3. sed "s/$/ | qgrep \"SelectFont\" >> tmp.txt/g" 0<tmp1.cmd 1>tmp2.cmd
  4. del tmp.txt
  5. call tmp2.cmd
  6. del tmp1.cmd tmp1.cmd