home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Meeting Pearls 3
/
Meeting_Pearls_III.iso
/
Pearls
/
comm
/
Mail+News
/
UMS11
/
rexx
/
ConfUMS.intui
< prev
next >
Wrap
Text File
|
1995-08-27
|
909b
|
47 lines
/*
$VER: ConfUMS.intui 1.0 (27.8.95)
Author:
Matthias Scheler <tron@lyssa.owl.de>
Function:
Starts ConfUMS from IntuiNews under the same account without
asking for the password.
History:
0.1 initial version
0.2 fixed wrong comment
0.3 decided to get rid of this strange AMOK style header and
went back to my good old standard
0.4 uses fake accounts
0.5 uses new "EXEC" command
0.6 fixed header
1.0 released with IntuiNews 1.3
Requires:
UMSServer 11.28 or newer
ums.library 11.18 or newer
ConfUMS in command path
Example for "ums.config":
( IntuiNews.Rexx
...
"#?Window F1 ConfUMS.intui\n"
...
)
*/
/* Exit if IntuiNews is not logged in. */
OPTIONS RESULTS
GETACCOUNT
IF RESULT=0 THEN EXIT 5
Account=RESULT
/* Call ConfUMS */
'EXEC Run >NIL: ConfUMS >NIL: NAME "" PASSWORD @'||Account