home *** CD-ROM | disk | FTP | other *** search
/ DTP Toolbox / DTPToolbox.iso / utilities / text / bed / rexx / sasc / compile.bed < prev    next >
Encoding:
Text File  |  1996-01-29  |  221 b   |  15 lines

  1. /*
  2. ** $VER: Compile.bed 1.0 (14.01.96)
  3. **
  4. ** Invoke the SAS C Compiler
  5. */
  6.  
  7. OPTIONS RESULTS
  8.  
  9. GetFilePath PATH
  10. path = RESULT
  11.  
  12. GetFilePath FILE
  13.  
  14. ADDRESS COMMAND 'CD "' || path || '"' || '0A'X || 'SC:C/SC "' || RESULT || '"'
  15.