home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / print / summary.hlp < prev   
Encoding:
Text File  |  1989-01-01  |  2.0 KB  |  42 lines

  1.                             PRINT
  2.  
  3. PRINT is an external command that lines up (or queues) files to be printed.
  4. The first time PRINT is executed, it must have the /D option, so that it will 
  5. queue files. PRN: is the default. The nice thing about PRINT is that you can 
  6. go on entering commands at the same time that PRINT is sending files to the 
  7. printer. The bad thing is that you can't use TYPE, COPY, or PrtSC to print 
  8. anything while PRINT is sending files to the printer.
  9.  
  10.     PRINT [/D:device] [/Q:nnn] [advanced options]
  11. or
  12.     PRINT [/T] [[d:][pathname]filename[.ext]] ... [/C] [/P] ...
  13.  
  14. [[d:][pathname]filename[.ext]] is the name of the file you want to print. The
  15.     files will typically be in the current directory, as the total length of
  16.     this option is 64 characters, limiting the length of pathnames that can
  17.     be used. Older versions of DOS may not allow pathnames at all. Multiple 
  18.     files can be queued with one command. 
  19.  
  20. /C removes the preceding file from the print queue, if any. /C also removes 
  21.     following files from the print queue, until a /P option is encountered.
  22.  
  23. /D:device specifies the print device to be used. Use of this option the first
  24.     time PRINT is executed will suppress a prompt for the device.
  25.  
  26. /P add the preceding file to the end of the print queue. It is the default
  27.     option. /P also adds following files to the end of the print queue,
  28.     until a /C option is encountered.
  29.  
  30. /Q:nnn specifies the maximum number of files that can be queued (between 4 and
  31.     32. The default is 10. [Not supported in OS/2]
  32.  
  33. /T terminates the file currently being printed, and empties the print queue.
  34.     It may be followed by a /P option.
  35.  
  36. PRINT by itself displays the status of the print queue. 
  37.  
  38. PRINT options vary from system to system. PRINT should not be used on a 
  39. computer if other computers in a network use its files. Since the Ctrl-Z
  40. character is used as an end-of-file character by PRINT, graphics files can
  41. usually not be printed using PRINT.
  42.