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.

91 lines
2.3 KiB

  1. @echo off
  2. set gpd=..\..\..\gpd\epson
  3. set gpd_ri=..\..\..\gpd\ricoh
  4. set gpd_tg=..\..\..\gpd\trg
  5. rem Japanese Printers
  6. set tsd=%1
  7. if "%tsd%"=="" set tsd=%gpd%\jpn
  8. prodfilt gpdcmn.gpd gpdcmn.tmp +j
  9. call concat EPLP8 J %tsd%
  10. call concat EPLP10 J %tsd%
  11. call concat EPLP15 J %tsd%
  12. call concat EPLP15S J %tsd%
  13. call concat EPLP16 J %tsd%
  14. call concat EPLP17 J %tsd%
  15. call concat EPLP17S J %tsd%
  16. call concat EPLP18 J %tsd%
  17. call concat EPLP20 J %tsd%
  18. call concat EPLP30 J %tsd%
  19. call concat EPLP70G J %tsd%
  20. call concat EPLP70 J %tsd%
  21. call concat EPLP80E J %tsd%
  22. call concat EPLP80 J %tsd%
  23. call concat EPLP80S J %tsd%
  24. call concat EPLP80X J %tsd%
  25. call concat EPLP82 J %tsd%
  26. call concat EPLP83 J %tsd%
  27. call concat EPLP83S J %tsd%
  28. call concat EPLP84 J %tsd%
  29. call concat EPLP85 J %tsd%
  30. call concat EPLP86 J %tsd%
  31. call concat EPLP90 J %tsd%
  32. call concat EPLP92 J %tsd%
  33. call concat EPLP92S J %tsd%
  34. call concat EPLP92X J %tsd%
  35. del gpdcmn.tmp
  36. rem RICHO OEMs
  37. set tsd=%1
  38. if "%tsd%"=="" set tsd=%gpd_ri%\jpn
  39. prodfilt gpdcmn.gpd gpdcmn.tmp +j
  40. call concat RISP200 J %tsd%
  41. call concat RISP210 J %tsd%
  42. call concat RISP220 J %tsd%
  43. call concat RISP230 J %tsd%
  44. del gpdcmn.tmp
  45. rem Taiwanese Printers
  46. set tsd=%1
  47. if "%tsd%"=="" set tsd=%gpd%\cht
  48. prodfilt gpdcmn.gpd gpdcmn.tmp +c
  49. call concat EP2L52C T %tsd%
  50. call concat EP2L52P T %tsd%
  51. call concat EP2L55C T %tsd%
  52. call concat EP2L57 T %tsd%
  53. call concat EP2L90C T %tsd%
  54. call concat EP2N12C T %tsd%
  55. call concat EP2N20C T %tsd%
  56. del gpdcmn.tmp
  57. rem Chinese Printers
  58. set tsd=%1
  59. if "%tsd%"=="" set tsd=%gpd%\chs
  60. prodfilt gpdcmn.gpd gpdcmn.tmp +k
  61. call concat EP2L52K C %tsd%
  62. call concat EP2L55K C %tsd%
  63. call concat EP2L57 C %tsd%
  64. call concat EP2L86K C %tsd%
  65. call concat EP2N20K C %tsd%
  66. del gpdcmn.tmp
  67. rem Korean Printer(s)
  68. set tsd=%1
  69. if "%tsd%"=="" set tsd=%gpd%\kor
  70. prodfilt gpdcmn.gpd gpdcmn.tmp +h
  71. call concat EP2N20H K %tsd%
  72. del gpdcmn.tmp
  73. rem TriGem Printer(s)
  74. set tsd=%1
  75. if "%tsd%"=="" set tsd=%gpd_tg%\kor
  76. prodfilt gpdcmn.gpd gpdcmn.tmp +h
  77. call concat TGPJ90H K %tsd%
  78. del gpdcmn.tmp
  79. rem FE Common Printer(s)
  80. rem (We fake the suffix code here)
  81. set tsd=%1
  82. if "%tsd%"=="" set tsd=%gpd%\fe
  83. prodfilt gpdcmn.gpd gpdcmn.tmp +@
  84. call concat EP2N1610 "" %tsd%
  85. call concat EP2N2010 "" %tsd%
  86. del gpdcmn.tmp
  87. rem clean up env variables
  88. set tsd=
  89. set gpd=
  90. set gpd_ri=
  91. set gpd_tg=