/[dtapublic]/sf_code/esrgpcpj/doc/engman01/aprint.bat
ViewVC logotype

Contents of /sf_code/esrgpcpj/doc/engman01/aprint.bat

Parent Directory Parent Directory | Revision Log Revision Log


Revision 26 - (show annotations) (download)
Sat Oct 8 06:57:57 2016 UTC (7 years, 7 months ago) by dashley
File MIME type: text/plain
File size: 1201 byte(s)
Initial commit.
1 echo off
2 rem Line above suppresses echoing immediately, so as not to fill up the console window.
3 rem
4 rem $Header: /cvsroot/esrg/sfesrg/esrgpcpj/doc/engman01/aprint.bat,v 1.3 2002/06/25 02:44:15 dtashley Exp $
5 rem
6 rem This batch file uses Ghostscript to print to the default Windows printer (which
7 rem for Dave Ashley is the LaserJet 6 in 2326). GhostScript 7.00 must be installed
8 rem to use this batch file verbatim (GhostScript is available for free off the Web).
9 rem
10 rem Only "A" sides are printed by this batch file.
11 rem
12 rem To use this batch file, first use the MAKEALL.BAT
13 rem batch file to generate the postscript files, then use the BPRINT.BAT
14 rem batch file to print the B sides in reverse order, then re-insert
15 rem the paper in the manual feed tray and use this batch file to print
16 rem the A sides.
17 rem
18 c:\gs\gs7.04\bin\gswin32 -q -sDEVICE=ljet4 -dNOPAUSE em_a.ps -c quit
19 rem
20 rem $Log: aprint.bat,v $
21 rem Revision 1.3 2002/06/25 02:44:15 dtashley
22 rem Edits.
23 rem
24 rem Revision 1.2 2002/06/24 08:18:30 dtashley
25 rem Minor spacing change in log section of file.
26 rem
27 rem Revision 1.1 2002/06/24 08:17:05 dtashley
28 rem Initial checkin.
29 rem
30 rem End of APRINT.BAT

dashley@gmail.com
ViewVC Help
Powered by ViewVC 1.1.25