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

  1. /*
  2. ** $VER: Build.bed 1.0 (14.01.96)
  3. **
  4. ** Invoke the SAS C SMake utility
  5. */
  6.  
  7. OPTIONS RESULTS
  8.  
  9. GetFilePath PATH
  10. ADDRESS COMMAND 'CD "' || RESULT || '"' || '0A'X || 'SC:C/SMake'
  11.