home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 357.lha / FMutils / FMutils.doc < prev    next >
Text File  |  1990-03-13  |  1KB  |  33 lines

  1. This archive contains three rexx utilities which I have adapted from
  2. other's code.  Most are adaptations from Dan Schenck's original print
  3. spooler.
  4.  
  5. Archive contains:
  6.  
  7. RExxRun         - calls Arp file requestor so you can select an executable
  8.             or script (script bit must be set) and run it.
  9.  
  10. RExxPrint        - print files.  If no file is supplied, then Arp file
  11.             requestor pops up and you can select file for printing.
  12.             You can change the program used for printing by altering
  13.             RExxPrint.rexx to your liking.
  14.  
  15. RExxHelp        - like RExxPrint, calls the Arp file requestor so you can
  16.             choose files for display.  Uses your favorite text reader,
  17.             which you can change in RExxHelp.rexx.  When run RExxHelp
  18.             defaults to a dir called DOCS: or DH1:, if DOCS: doesn't
  19.             exist.  You can change these defaults as well.
  20.  
  21. All three can be run from the CLI or WB.  If run from CLI, a ? as the
  22. command argument will give a short message on command syntax.
  23.  
  24. These rexx utilities were written primarily for use with FastMenu1.rexx
  25. as add on utilities to expand FastMenu1's access to the Amiga, however,
  26. they can be run as standalone rexx macros.
  27.  
  28. Any problems:
  29.  
  30. Steven D. Kapplin
  31. CIS 70055,1021
  32.  
  33.