home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MISC / NETWORK / SNEWS190.ZIP / UPGRADE.DOC < prev   
Encoding:
Text File  |  1992-05-26  |  2.0 KB  |  75 lines

  1. UPGRADING FROM V1.06 AND BELOW TO V1.08 OR GREATER
  2. ==================================================
  3.  
  4.   1. Delete
  5.        - snews.exe
  6.        - unbatch.exe
  7.        - expire.exe
  8.        - addgroup.exe
  9.        - rmgroup.exe
  10.        - compress.exe
  11.  
  12.   2. Delete your entire news database (sorry folks).
  13.        - delete all the article files
  14.        - delete all the directory tree.
  15.  
  16.   3. Copy the above list of NEW .exe files from the distribution archive
  17.      to where ever the old ones were.
  18.  
  19.   3a) When installing version 1.90 or greater of SNEWS, you must create
  20.      a SNEWSRC variable in DOS. This should be in the same format as
  21.      your UUPCUSRRC variable:
  22.                 set SNEWSRC=E:\uupc\snews.rc
  23.  
  24.      Now create a SNEWS.RC file. The easiest way is to copy the
  25.      PERSONAL.RC file to SNEWS.RC, then see the docs on how to
  26.      customise this file.
  27.  
  28.  
  29.   4. Rename your active file.  You will be making a news one
  30.  
  31.        REN ACTIVE ACTIVE.OLD
  32.  
  33.  
  34.   5. Copy the active file as a bat file.
  35.  
  36.        COPY ACTIVE.OLD JUNK.BAT
  37.  
  38.  
  39.   6. Delete all the numbers etc to the right of the newsgroup names, should
  40.      look like:
  41.  
  42.        alt.sources
  43.        alt.sources.d
  44.        nz.archives
  45.  
  46.  
  47.   7. Insert the string 'addgroup ' before each newsgroup name
  48.  
  49.        addgroup alt.sources
  50.        addgroup alt.sources.d
  51.        addgroup nz.archives
  52.  
  53.  
  54.   8. Run the bat file to create the new active file
  55.  
  56.         JUNK
  57.  
  58.  
  59.   9. Have a cup of tea, this take a few minutes.  Check that the active
  60.       file looks like this:
  61.  
  62.        alt.sources 87297268 00000000 00000000 y
  63.        alt.sources.d 87297275 00000000 00000000 y
  64.        alt.sources.index 87297281 00000000 00000000 y
  65.        alt.sources.patches 87297287 00000000 00000000 y
  66.  
  67.  
  68.  10. All should be go - try processing a newsbatch
  69.  
  70.  
  71. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> WARNING <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  72.  
  73. NEVER change the active file with and editor.  Use 'addgroup' and rmgroup'
  74. to maintain the active file.
  75.