home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / SASC6571.LZX / rexx / amigaguide.se next >
Encoding:
Text File  |  1996-12-24  |  274 b   |  19 lines

  1. /* ARexx script to bring up AmigaGuide on the selected file */
  2. 'DM "Enter Help File"'
  3.  
  4. options results
  5. 'GM'
  6.  
  7. filename = "sc:help/" || result || ".guide"
  8.  
  9. 'DM' "Opening help file " || filename
  10.  
  11. address "COMMAND"
  12.  
  13. 'run >nil: <nil: sc:c/amigaguide' filename 
  14.  
  15. address
  16.  
  17. "DM " 
  18.  
  19.