home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / wp_dtp / inspired.lha / Inspire!Demo / SCOpts.rexx < prev   
OS/2 REXX Batch file  |  1993-01-29  |  210b  |  15 lines

  1. /*
  2. **  SCOpts.rexx 1.0
  3. **      By Josh Van Abrahams.
  4. **
  5. **  Starts SAS/C SCOpts from within Inspire!
  6. */
  7.  
  8. Options RESULTS
  9.  
  10. QUERY PATHPART
  11. path = RESULT
  12.  
  13. Address 'COMMAND' 'cd ' || path || '0A'X ||'sc:c/scopts'
  14.  
  15.