home *** CD-ROM | disk | FTP | other *** search
- /*
-
- $VER: ZP-FileRequest.mdmrexx V1.9 (07.09.94) (c) by Ingo Scholz
-
- EMail: Moon@Fantasie.westfalen.de (international)
- MoonLight@MB-BBS.seven.sub.org (Seven-Net)
-
- Dieser Script sorgt für die Kommunikatin zwischen ZP-FileRequestNG
- und MicroDot ab V1.6 .
-
- Er darf nur unverändert im ZP-FileRequest-Archiv,
- zum Selbstkostenpreis weitergegeben werden.
-
- */
-
- address 'MICRODOT'
-
- options results
-
- GETMDPUBSCREENNAME
- pubname=result
-
- if pubname=='' then pubname='Workbench'
-
- extractcurrentmail 'T:zp-filerequest.mdtemp'
-
- address command
- 'rexx/Request.zp T:zp-filerequest.mdtemp 'pubname' MICRODOT'
- 'delete t:zp-filerequest.mdtemp'
-
-