home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DTP Toolbox
/
DTPToolbox.iso
/
utilities
/
text
/
bed
/
rexx
/
sasc
/
compile.bed
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-01-29
|
221 b
|
15 lines
/*
** $VER: Compile.bed 1.0 (14.01.96)
**
** Invoke the SAS C Compiler
*/
OPTIONS RESULTS
GetFilePath PATH
path = RESULT
GetFilePath FILE
ADDRESS COMMAND 'CD "' || path || '"' || '0A'X || 'SC:C/SC "' || RESULT || '"'