home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / system / guiprint.lzh / SpoolCtrl.doc next >
Encoding:
Text File  |  1992-05-19  |  2.1 KB  |  37 lines

  1.     Documentation for SpoolCtrl.rexx - an ARexx script for controlling the
  2. spool control program, PrintC, which is part of the print spooler
  3. archive, DanSpl14.lzh.  You will need that archive in order to make use
  4. of this script.  You will also need ARexx, arp.library, and
  5. rexxarplib.library.  The latter two are available on BBSs everywhere.
  6. ARexx is available from William Hawes, Wishful Thinking Development
  7. Corp., P.O. Box 308, Maynard, MA 01754 or from your friendly Amiga
  8. retailer.
  9.  
  10.     Operation of this program should be self-evident.  The window will
  11. contain various gadgets for controlling the spooler. Selecting Cancel
  12. will present a file requestor.  You can select multiple files from the
  13. default SPOOL: directory to cancel the jobs.  Spooled files are of the
  14. form prtnnnn where nnnn is a number from 0001 to however many jobs are
  15. in the queue.  The Next and Last gadgets produce a file requestor from
  16. which you can select one file to move either to the top or the bottom
  17. of the queue.  Suspend and Resume work as you would expect, they either
  18. suspend or resume spooling.  The Print gadget will bring up a file
  19. requestor to select a file to print using the Print program.  If you
  20. don't wish to use Print to print a file, then just ignore it.  Query
  21. will open a shell window and display current information on the content
  22. of the queue.  The two top gadgets, Enable and Disable spool directory
  23. either assign SPOOL: to a default directory which contained in this
  24. script in the variable, spoooldir.  You can change this to the one you
  25. use.  Disable simple does an Assign SPOOL: to de-assign the directory.
  26. Spooling is dis- abled when you do this.  The bottom left gadget,
  27. Create is used to create a SPOOL: directory of your choice if you don't
  28. create the assignment during boot-up.  The Quit gadget should be
  29. obvious.  You can pass a default directory for SPOOL: when you run this
  30. script -- Spooler dir -- is the syntax.
  31.  
  32.     This script is provided as public domain and may be changed or
  33. modified in any way.  I make no claims that it is fully debugged or
  34. without flaws of any kind.  All executables called by the script should
  35. be in your search path or they may not be found.
  36.  
  37.