home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / CRX-ZP31.LHA / zpoint-3.11 / Tools / ZPFileRequestNG / ZP-FileRequest.mdmrexx < prev    next >
Encoding:
Text File  |  1994-09-07  |  662 b   |  31 lines

  1. /* 
  2.   
  3.   $VER: ZP-FileRequest.mdmrexx V1.9 (07.09.94) (c) by Ingo Scholz
  4.   
  5.   EMail: Moon@Fantasie.westfalen.de (international)
  6.          MoonLight@MB-BBS.seven.sub.org (Seven-Net)
  7.        
  8.   Dieser Script sorgt für die Kommunikatin zwischen  ZP-FileRequestNG
  9.   und MicroDot ab V1.6 .
  10.   
  11.   Er darf nur unverändert im ZP-FileRequest-Archiv,
  12.   zum Selbstkostenpreis weitergegeben werden.
  13.   
  14. */
  15.  
  16. address 'MICRODOT'
  17.  
  18. options results
  19.  
  20. GETMDPUBSCREENNAME
  21. pubname=result
  22.  
  23. if pubname=='' then pubname='Workbench'
  24.  
  25. extractcurrentmail 'T:zp-filerequest.mdtemp'
  26.  
  27. address command 
  28. 'rexx/Request.zp T:zp-filerequest.mdtemp 'pubname' MICRODOT'
  29. 'delete t:zp-filerequest.mdtemp'
  30.  
  31.