home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Meeting Pearls 3
/
Meeting_Pearls_III.iso
/
Pearls
/
comm
/
Mail+News
/
UMS11
/
rexx
/
MultiView.intui
< prev
next >
Wrap
Text File
|
1995-08-27
|
771b
|
46 lines
/*
$VER: MultiView.intui 1.0 (27.8.95)
Author:
Matthias Scheler <tron@lyssa.owl.de>
Function:
Shows the file attached to a message with MultiView.
History:
0.1 initial version
0.2 fixed header
1.0 released with IntuiNews 1.3
Requires:
UMSServer 11.28 or newer
ums.library 11.18 or newer
Example for "ums.config":
( IntuiNews.Rexx
...
"#?Message F2 MultiView.intui\n"
...
)
*/
/* Get TEMPORARY filename. */
OPTIONS RESULTS
GETTEMPFILENAME
IF RESULT="RESULT" THEN EXIT 5
TempFileName=RESULT
/* Get public screen name. */
'INFO SCREEN'
IF RESULT="RESULT" THEN EXIT 5
PubScreenName=RESULT
/* Call MultiView. */
SHELL COMMAND 'SYS:Utilities/MultiView' TempFileName 'PUBSCREEN' PubScreenName