home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / docs / maillist / text / archive.95 / text3219.txt < prev    next >
Encoding:
Text File  |  1996-03-31  |  1.2 KB  |  37 lines

  1. To: executor@nacm.com
  2. From: kyle@rtoads.com (Kyle Silfer)
  3. Subject: Re: Printing
  4. X-Mailer: <PC Eudora Version 1.4>
  5. Sender: owner-paper@nacm.com
  6. Precedence: bulk
  7.  
  8. >> >>>>> "Good Guy" == Good Guy <@gnv.ifas.ufl.edu:AWM@ftld> writes:
  9. >> 
  10. >>     Good Guy> I cannot figure out how to get printer output on my
  11. >>     Good Guy> LaserJet III with Executor.  E/D makes a .ps file
  12. >>     Good Guy> without any problem but I can't figure out where to take
  13. >>     Good Guy> it from there (the printer is set up for PostScript).
  14. >> 
  15. >> I don't know.  We don't have any PostScript printers hooked up to our
  16. >> DOS machines.  I'm cc'ing this to the list, since there is surely
  17. >> someone out there who will know the answer to this question.
  18.  
  19. The DOS command to move a Postscript file to a printer is:
  20.  
  21. COPY FILENAME.PS LPTx: (where x=parallel printer port #)
  22.  
  23. for a serial device, it's
  24.  
  25. COPY FILENAME.PS COMx: (where x=serial port #)
  26.  
  27. --Kyle Silfer
  28.  
  29.  
  30.  
  31. kyle@rtoads.com               -||-     "The octopus does not transmit its
  32. Reign of Toads               --||--     linguistic intent, it _becomes_
  33. PO Box 40498                  -||-      its linguistic intent."
  34. Albuquerque, NM 87196-0498   --||--                     --Terence McKenna
  35.  
  36.  
  37.