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.

63 lines
793 B

  1. @setlocal
  2. @set p5j=..\..\pcl5jres
  3. @set uniq=kyp5j.001
  4. @rem
  5. @rem Kyocera #1
  6. @rem
  7. @for %%i in (
  8. swissr
  9. swissi
  10. swissb
  11. swissj
  12. symset
  13. ) do (
  14. pfm2ufm -c %uniq% %p5j%\pfm.ky1\%%i.pfm 1252 %%i.ufm
  15. )
  16. @rem
  17. @rem Kyocera #3
  18. @rem
  19. @for %%i in (
  20. dfminch
  21. dfminchb
  22. dfminchi
  23. dfminchz
  24. dfmincv
  25. dfmincvb
  26. dfmincvi
  27. dfmincvz
  28. dfgoth
  29. dfgothb
  30. dfgothi
  31. dfgothz
  32. dfgotv
  33. dfgotvb
  34. dfgotvi
  35. dfgotvz
  36. msminch
  37. msminchb
  38. msminchi
  39. msminchz
  40. msmincv
  41. msmincvb
  42. msmincvi
  43. msmincvz
  44. msgoth
  45. msgothb
  46. msgothi
  47. msgothz
  48. msgotv
  49. msgotvb
  50. msgotvi
  51. msgotvz
  52. ) do (
  53. pfm2ufm -p %uniq% %p5j%\pfm.ky3\%%i.pfm -17 %%i.ufm
  54. )
  55. @endlocal