home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 2
/
goldfish_vol2_cd1.bin
/
files
/
comm
/
misc
/
avmnfax
/
rexx
/
openmailbox.avm
< prev
next >
Wrap
Text File
|
1994-06-24
|
417b
|
15 lines
/* */
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