home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d8xx / d815 / inspiredemo.lha / InspireDemo / SCOpts.rexx < prev   
OS/2 REXX Batch file  |  1993-02-15  |  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.