home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 2
/
goldfish_vol2_cd1.bin
/
files
/
comm
/
misc
/
avmnfax
/
rexx
/
startall.avm
< prev
next >
Wrap
Text File
|
1994-06-24
|
691b
|
18 lines
/* starts everything */
faxprogram = upper(getclip('AVMFaxProgram'))
if faxprogram = 'TRAPFAX' then 'settfaxvars.avm'
else if faxprogram = 'GPFAX' then 'startgpfax.avm'
if upper(getclip('AVMStartServerMan')) ~= 'NO' then
address command 'run >nil: <nil: avm:serverman'
if upper(getclip('AVMStartCallNotifier')) ~= 'NO' then
address command 'run >nil: <nil: avm:callnotifier'
if upper(getclip('AVMStartCIDLogger')) ~= 'NO' then
address command 'run >nil: <nil: avm:cidlogger'
if upper(getclip('AVMStartLogger')) ~= 'NO' then
address command 'run >nil: <nil: avm:logger'
if upper(getclip('AVMStartScheduler')) ~= 'NO' then
address command 'run >nil: <nil: avm:scheduler Outgoing'