home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Otherware
/
Otherware_1_SB_Development.iso
/
amiga
/
comms
/
bbs
/
tranamic.lha
/
Rexx
/
TrMaint.trans
< prev
next >
Wrap
Text File
|
1992-03-08
|
234b
|
10 lines
/* A simple ARexx macro for starting up TrMaint */
options results /* All macros MUST have this line */
systeminfo 8 ; bbsline=result
systeminfo 9 ; cfgfile=result
address command 'BBS:Bin/TrMaint -n'bbsline' -c'cfgfile
exit