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.

14 lines
251 B

  1. for %%i in (
  2. roman10 roman12 roman17 roman5 roman6 roman8 romanps
  3. ) do (
  4. pfm2ufm -p -f ts21j.001 %%i.pfm -1 %%i.ufm
  5. )
  6. for %%i in (
  7. gothic gothicv
  8. mincho minchov
  9. ) do (
  10. pfm2ufm -p -f ts21j.001 %%i.pfm -13 %%i.ufm
  11. )