home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d8xx
/
d815
/
inspiredemo.lha
/
InspireDemo
/
Compile.rexx
next >
Wrap
OS/2 REXX Batch file
|
1993-02-15
|
426b
|
26 lines
/*
** Compile.rexx 1.0
** By Josh Van Abrahams.
**
** Starts SAS/C Compiler from within Inspire!
*/
Options RESULTS
QUERY PATHPART
path = RESULT
QUERY FILEPART
file = RESULT
SET STATUSBAR "Compiling..."
Address 'COMMAND' 'path sc:c add' || '0A'X || 'cd ' || path || '0A'X || 'sc >ram:errors ' || file
SET STATUSBAR "Viewing Errors..."
Address 'COMMAND' 'run sys:utilities/more ram:errors'
SET DEFAULTSTATUSBAR