home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / print / examples.hlp next >
Encoding:
Text File  |  1989-01-01  |  955 b   |  28 lines

  1. SAMPLE command and resulting output    |  Comments about the output
  2.  
  3.   PRINT TUTOR.BAS LETTER.DOC TEXT.TXT      Here is an example of how PRINT
  4.                       works.  The output was directed to
  5. Name of list device [PRN]: LPT1          LPT1.  It could have been directed
  6.                       to PRN, LPT2, LPT3, COM1, COM2, AUX1,
  7. C:TUTOR    BAS is currently being printed or AUX2, if these devices were
  8. C:LETTER   DOC is in queue          available.
  9. C:TEXT     TXT is in queue
  10.  
  11.  
  12.   PRINT TEXT.TXT/C             TEXT.TXT was removed from the print
  13.                       queue with a /C.
  14. C:TUTOR    BAS is currently being printed
  15. C:LETTER   DOC is in queue
  16.  
  17.   VER | PRINT                  PRINT asks for the printer name when
  18.                       it is installed. This is a way to
  19.                       install it without having to press
  20.                       the Enter key. Another way is to use
  21.                       the /D option.
  22.  
  23.   PRINT/T                  /T cancels all files in the print
  24.                       queue and stops printing immediately.
  25. All files cancelled by operator
  26. 
  27.  
  28.