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.

13 lines
483 B

  1. @rem 1 "Epson LQ-670K ESC/PK2"
  2. @rem 1 "Epson LQ-670K+ ESC/PK2"
  3. gpc2gpd -S1 -Iescp22.gpc -M1 -Repepcres.dll -Oeplq67kc.gpd -N"Epson LQ-670K"
  4. awk -f escp22.awk eplq67kc.gpd > temp.gpd & copy temp.gpd eplq67kc.gpd
  5. gpc2gpd -S1 -Iescp22p.gpc -M1 -Repepcres.dll -Oeplq67pc.gpd -N"Epson LQ-670K+"
  6. awk -f escp22.awk eplq67pc.gpd > temp.gpd & copy temp.gpd eplq67pc.gpd
  7. @if exist *.log del *.log
  8. @if exist temp.gpd del temp.gpd