home *** CD-ROM | disk | FTP | other *** search
- /* 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'
-
-