home *** CD-ROM | disk | FTP | other *** search
- /* */
- parse arg mailbox special .
-
- if special = 1 | special = 0 then
- address command 'run >nil: <nil: avm:logview' mailbox
- else if special = 2 then
- address command 'run >nil: <nil: avm:scheduler' mailbox
- else if special = 3 then
- if upper(mailbox) = 'OUTGOING' then
- address command 'run >nil: <nil: avm:scheduler' mailbox
- else
- address command 'run >nil: <nil: avm:scheduler' mailbox '-noschedule'
-
- exit
-