home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / u2pmail2.zip / u2pmmail.txt < prev   
Text File  |  1995-10-26  |  2KB  |  43 lines

  1. U2PMMAIL.CMD  (freeware)
  2.  
  3. This is a REXX batch file processor that will unburst ULTIMAIL bursted letters
  4. and add them to PMMAIL. Run this command from the PMMAIL directory. It will
  5. request the path of the ULTIMAIL folder that you wish to add:
  6.   e.g. C:\tcpip\UMAIL\MAIL\Bob\Business.
  7. It will then request the PMMAIL folder you wish to add the letters to. The PMMail
  8. folder's name is case sensitive -- "Business" and "business" are not the same. 
  9.   e.g. Business
  10. U2PMMAIL will merge the files with the envelopes and move them to the selected 
  11. PMMAIL folder and update the "bag." U2PMMAIL will save the original "bag." 
  12. U2PMMAIL.LOG Is a text file that reports on the success or failure of each letter 
  13. that was created in the folder, and the name of the old "bag." This command file 
  14. will not over-write or erase the original mail, and old "bag is easily restored. 
  15. Multimedia attachments will not be restored and the log will report this. 
  16.  
  17. U2PMMAIL must be run for each ULTIMAIL folder you wish to convert. All the arguments
  18. can be entered at the commandline. For instance, the examples above would become:
  19.  e.g. U2PMMAIL C:\tcpip\UMAIL\MAIL\Bob\Business Business
  20. If the PMMail folder is not provided either on the commandline or when it is 
  21. requested, then the converted mail will be placed in the Inbox.
  22.  
  23. U2PMMAIL cannot create folders. You must either create the destination before
  24. running this, or let the files go to the default Inbox and then create a
  25. PMMAil folder for them.
  26.  
  27. With the help of the U2PMMAIL.LOG, you can restore the old "bag" by copying
  28. the original to the new.
  29.   e.g. copy Busines1,old Busines1.bag
  30.  
  31. Non-text mail (binaries for example) are explicitly ignored and you must move these
  32. out of the UMAIL folder yourself if you are planing to remove Ultimail.
  33. ------------------------------------------------------------------------------------
  34.  
  35. While this REXX command takes extra care not to destroy any files in this process, 
  36. and the log reports everything U2PMMAIL.CMD does, the author is not responsible for 
  37. any damage that may be caused. It was created to migrate my own 300+ messages and
  38. it did so without a hitch (in less than 10 minutes). I have not tested this on other
  39. systems. Feel free to make any modifications you desire.
  40.  
  41. (c) 1995 Curtis C. Hovey.
  42.  
  43.