 Rexx for OS/2
 Program written by:
 Jerry L. Rowe, 12/1/95
 Marion, IN USA
 jlrowe@holli.com, IMJerry@aol.com
 [Team OS/2, IBM BESTeam]
 
 This Rexx script is for PMMail 1.x. 
 
 The purpose is the re-create the [foldername].bag files with exist in the
 x:\PMMail directory. These files can become corrupted, erased, inaccurate,
 or whatever. The messages will still exist, but the list of them [the 
 bagfile] may be wrong. This script is my attempt at fixing them. The 
 script is the result of work due to lost bagfiles on my own system.
 
 It creates the bag files, but leaves them in the x:\PMMail\folders 
 directory. It is up to the user to copy them to x:\PMMail since doing so
 will erase the existing files. I suggest that you back up the existing files
 first.
 
 It should be executed from the
 x:\PMMail
 directory on your hard disk, or whatever directory your PMMail is
 installed in.
 
 You can execute the script by:
 bagmake [enter]                  (to make all of the files)
 or
 bagmake [foldername] [Enter]     (to make just one)
 
 As a bonus, it also makes FOLDERS.TXT, which is an emergency replacement
 for FOLDERS.INI in case that file has been lost. Long folder names  [the
 first occurence of the name in the file] as used in PMMail are NOT recreated
 since there is no way of knowing them. You can edit this file with a text
 editor to change that if you want.
 
 Cheers,
 
 Jerry
