home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / pmmrxtoo.zip / pmmrxtoo.doc < prev    next >
Text File  |  1997-11-06  |  1KB  |  43 lines

  1. This Object Rexx programs defines the structures for PM-Mails database
  2. files together with routines and methods to dump and sort those database
  3. files.
  4.  
  5. File in archive:
  6.  
  7.    pmmrxtoo.cmd   ... set of Object Rexx definitions for PM-Mail 1.9x structures
  8.  
  9.  
  10. Needs Object Rexx utilities stored in:
  11.  
  12.    http://hobbes.nmsu.edu/pub/os2/dev/orexx/orx8.zip
  13.  
  14.  
  15. To invoke pmmrxtoo:
  16.  
  17.    pmmrxtoo 
  18.       ... without an option merely returns (so it and its classes can be 
  19.           required without starting any actions)
  20.    
  21.    pmmrxtoo /option1 [account] [/go]:
  22.  
  23.      /s [account] [/go]   ... sort files          
  24.      /d [account] [/go]   ... dump files          
  25.  
  26.      any other argument starts interactive mode   
  27.   
  28.  
  29. Note: PM-Mail must not be running, else unpredictable errors may occur, hence
  30.       this utility checks whether PM-Mail is running and if so aborts.
  31.  
  32. Good luck !
  33.  
  34. 97-11-06, Rony G. Flatscher
  35.  
  36. P.S.: The PM-Mail database files are:
  37.  
  38.     ADDR.DB
  39.     ASSOC.DB
  40.     BOOKS.DB
  41.     GROUP.DB
  42.  
  43.