home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / telecomm / misc / userinfo.lha / UserInfo / rexx / UserInfoRexx.MicroDot < prev    next >
Encoding:
Text File  |  1995-02-14  |  378 b   |  17 lines

  1. /*
  2. ** UserInfo ARexx script v1.0 for MicroDot
  3. ** By Kasper B. Graversen
  4. */
  5.  
  6.  
  7. address 'MICRODOT'
  8. extractcurrentmail 'T:UserInfo.temp'
  9.  
  10. address command 'c:userinfo' 'read' 's:userinfo.cfg' 't:UserInfo.temp' 't:UserInfo.txt'
  11. address command 'c:most' 't:UserInfo.txt'
  12.  
  13. address command 'c:delete' 't:UserInfo.temp' '>nil:'
  14. address command 'c:delete' 't:UserInfo.txt' '>nil:'
  15.  
  16. return
  17.