home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / bagmak10.zip / BAGMAK10.TXT next >
Text File  |  1995-12-03  |  1KB  |  40 lines

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