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.

46 lines
2.0 KiB

  1. @rem ***** Canon BubbleJet 10 series GPD and Font resource conversion
  2. @rem from PCL5MSJ
  3. @rem 1 "KYOCERA LS-3500"
  4. @rem 2 "KYOCERA LS-6500"
  5. @rem 3 "KYOCERA LS-6550"
  6. @rem 4 "KYOCERA LS-1550"
  7. @rem 5 "KYOCERA LS-3550"
  8. @rem 6 "SANYO SPX-406J"
  9. @rem
  10. @rem from HP4PJMS
  11. @rem 1 "HP LaserJet 4P"
  12. @rem 2 "HP LaserJet 4MP"
  13. @rem 3 "HP LaserJet 4PJ"
  14. @rem 4 "HP LaserJet 4LJ Pro"
  15. @rem 5 "HP LaserJet 4V"
  16. gpc2gpd -S2 -Ipcl5msj.gpc -M1 -Rpcl5jres.dll -Okyls350j.gpd -N"KYOCERA LS-3500"
  17. gpc2gpd -S2 -Ipcl5msj.gpc -M2 -Rpcl5jres.dll -Okyls650j.gpd -N"KYOCERA LS-6500"
  18. gpc2gpd -S2 -Ipcl5msj.gpc -M3 -Rpcl5jres.dll -Okyls655j.gpd -N"KYOCERA LS-6550"
  19. gpc2gpd -S2 -Ipcl5msj.gpc -M4 -Rpcl5jres.dll -Okyls155j.gpd -N"KYOCERA LS-1550"
  20. gpc2gpd -S2 -Ipcl5msj.gpc -M5 -Rpcl5jres.dll -Okyls355j.gpd -N"KYOCERA LS-3550"
  21. gpc2gpd -S2 -Ipcl5msj.gpc -M6 -Rpcl5jres.dll -Osnspx46j.gpd -N"SANYO SPX-406J"
  22. gpc2gpd -S2 -Ihp4pjms.gpc -M3 -Rpcl5jres.dll -Ohp4pjj.gpd -N"HP LaserJet 4PJ"
  23. gpc2gpd -S2 -Ihp4pjms.gpc -M4 -Rpcl5jres.dll -Ohp4ljpj.gpd -N"HP LaserJet 4LJ Pro"
  24. gpc2gpd -S2 -Ihp4pjms.gpc -M5 -Rpcl5jres.dll -Ohp4vj.gpd -N"HP LaserJet 4V"
  25. mkgttufm -vc 1 pcl5msj.rc3 kyls350j.cmd > kyls350j.txt
  26. mkgttufm -vc 2 pcl5msj.rc3 kyls650j.cmd > kyls650j.txt
  27. mkgttufm -vc 3 pcl5msj.rc3 kyls655j.cmd > kyls655j.txt
  28. mkgttufm -vc 4 pcl5msj.rc3 kyls155j.cmd > kyls155j.txt
  29. mkgttufm -vc 5 pcl5msj.rc3 kyls355j.cmd > kyls355j.txt
  30. mkgttufm -vc 6 pcl5msj.rc3 snspx46j.cmd > snspx46j.txt
  31. mkgttufm -vc 3 hp4pjms.rc3 hp4pjj.cmd > hp4pjj.txt
  32. mkgttufm -vc 4 hp4pjms.rc3 hp4ljpj.cmd > hp4ljpj.txt
  33. mkgttufm -vc 5 hp4pjms.rc3 hp4vj.cmd > hp4vj.txt
  34. @rem Create codepage txt file.
  35. @rem Run epap1000.cmd
  36. @rem Create NT5.0's RC file
  37. @rem Change sources to build NT5.0's RC file.
  38. @rem Build.