home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / comm / smail10b.lha / xRenum.doc < prev   
Text File  |  1992-08-31  |  1KB  |  44 lines

  1.  
  2.  * ===================================================================== *
  3.  
  4.         xrenum  -- The External Renumber Utility for Falcon CBCS
  5.  
  6.  * ===================================================================== *
  7.  
  8.                Source & Executable Freely Distributable
  9.  
  10.                Original Source (c) 1992 Steve Anderson
  11.  
  12.                  compiled using SAS/Lattice C v5.10b
  13.  
  14.  * ===================================================================== *
  15.  
  16.  
  17.  
  18.       usage: xrenum falconCfgDir falconUserDir [smailUserDir]
  19.  
  20.       where  falconCfgDir is path to msgareas.bbs eg. BBS:CONFIGS
  21.              falconUserDir is path to user.bbs eg. BBS:USERS
  22.              smailUserDir is [optional] path to *.USR eg. BBS:SMAIL
  23.  
  24.  
  25.       Notes
  26.  
  27.       Needs a high(-ish) stack - I use 40000 for most utils; that's probably
  28.       overkill for this, but whenever there's sorting... [in particular,
  29.       if you run from TPTCron or equivalent, best to call a script which
  30.       sets a good sized stack then starts the renumber]
  31.  
  32.       Hint'n'Tips:  
  33.  
  34.       If you create a new area, let Falcon get a look at it before using
  35.       xRenum (to create a stat.dat file if it doesn't exist already - yes,
  36.       I could create a new one but I don't know if the structure I have is
  37.       complete).
  38.  
  39.       No Refunds...
  40.  
  41.  
  42.       30-Aug-1992 sa 2:441/89
  43.  
  44.