home *** CD-ROM | disk | FTP | other *** search
/ ftp.update.uu.se / ftp.update.uu.se.2014.03.zip / ftp.update.uu.se / pub / rainbow / msdos / misc / spool.lzh / SPOOL.DOC < prev   
Text File  |  1985-04-11  |  2KB  |  71 lines

  1.  
  2.  
  3.                           SPOOL COMMAND DOCUMENTATION
  4.  
  5.  
  6.  
  7. The SPOOL command allows you to redirect output which would normally be sent 
  8.  
  9. to a parallel printer and store it in a disk file. This might be useful if you 
  10.  
  11. plan to later send the file over a modem to another computer for printing.
  12.  
  13. SPOOL is invoked as follows:
  14.  
  15.  
  16.  
  17.         SPOOL <filename>
  18.  
  19.  
  20.  
  21. Where <filename> is the file into which the print data is to be placed. The 
  22.  
  23. file need not exist, but if it does, it will be deleted and recreated. Once 
  24.  
  25. SPOOL has been invoked for the first time the message:
  26.  
  27.  
  28.  
  29.         SPOOL INSTALLED
  30.  
  31.  
  32.  
  33. will appear and the command portion will exist, leaving behind a permanant 
  34.  
  35. printer interrupt handler built-in to DOS. Output directed to the printer will 
  36.  
  37. be directed to the file until an error occurs or the disk containing the file 
  38.  
  39. becomes full (in this case an error message will be displayed and the file is 
  40.  
  41. closed).
  42.  
  43.  
  44.  
  45. At any time the user may stop the spooling process and redirect printer output 
  46.  
  47. to the printer by typing:
  48.  
  49.  
  50.  
  51.         SPOOL
  52.  
  53.  
  54.  
  55. with no filename. SPOOL may be restarted at any time again as described above 
  56.  
  57. (but the permanent part remains resident even when it has been disabled).
  58.  
  59.  
  60.  
  61. SPOOL works with DOS 2.0 (other version of DOS may work, but the have not
  62.  
  63. been tested). It uses about 4K of memory once installed. Because of a DOS
  64.  
  65. version dependent patch it is possible to use the PrtSc key with SPOOL but 
  66.  
  67. this is sometimes a risky business! SPOOL should work wth most word 
  68.  
  69. processors just fine, however.
  70.  
  71.