SyncChat 1.9 Upgrading Instructions
-----------------------------------


Note: Many upgrading procedures require adding lines to your STRINGS.DAT
      file.  If you have not edited this file (or at least don't mind
      recreating any changes you made), you may delete this file.  Then run
      SCONFIG->String Editor and a fully updated STRINGS.DAT will be created
      automatically.  You can then skip the steps that say "Add the following
      lines to your STRINGS.DAT...".


To Upgrade from SyncChat 1.7, follow these steps:

1. UNZIP SC.ZIP
2. Overwrite your current SYNCCHAT.EXE, SCONFIG.EXE, SYNCCHAT.DOC, and
   ORDER.TXT with the corresponding files in SC.ZIP.
3. You will find a new file called SYNCREG.EXE in SC.ZIP.  Be sure to copy
   this to your SyncChat directory. 
   (If you want to mod SyncRegistry source code (Refer to SYNCCHAT.DOC for
   more information on SyncRegistry) - SYNCREG.C and MAKEFILE are included
   in the SC.ZIP file)
   SyncRegistry documentation is included in SYNCREG.DOC, copy this to your
   SyncChat directory for further reference (if needed).
4. Thou art done :)


To Upgrade from SyncChat 1.5, follow these steps:

1. UNZIP SC.ZIP
2. Overwrite your current SYNCCHAT.EXE, SCONFIG.EXE, SYNCCHAT.DOC, and
   ORDER.TXT with the corresponding files in SC.ZIP.
3. You will find a new file called SYNCREG.EXE in SC.ZIP.  Be sure to copy
   this to your SyncChat directory.
   (If you want to mod SyncRegistry source code (Refer to SYNCCHAT.DOC for
   more information on SyncRegistry) - SYNCREG.C and MAKEFILE are included
   in the SC.ZIP file)
   SyncRegistry documentation is included in SYNCREG.DOC, copy this to your
   SyncChat directory for further reference (if needed).
4. Add the following line to your STRINGS.DAT:
   (But don't add the part that say "<-- Line ..." (duh ;))

   nYou cannot access that channel.                      <-- Line 63

5. Delete the CHANNELS.DAT file in the SyncChat directory.  Recreate it with
   the new SCONFIG Channel Editor.


To Upgrade from SyncChat 1.3 or 1.4, follow these steps:

1. UNZIP SC.ZIP
2. Overwrite your current SYNCCHAT.EXE, SCONFIG.EXE, SYNCCHAT.DOC, and
   ORDER.TXT with the corresponding files in SC.ZIP.
3. You will find a new file called SYNCREG.EXE in SC.ZIP.  Be sure to copy
   this to your SyncChat directory.
   (If you want to mod SyncRegistry source code (Refer to SYNCCHAT.DOC for
   more information on SyncRegistry) - SYNCREG.C and MAKEFILE are included
   in the SC.ZIP file)
   SyncRegistry documentation is included in SYNCREG.DOC, copy this to your
   SyncChat directory for further reference (if needed).
4. Delete the CHANNELS.DAT file in the SyncChat directory.  Recreate it with
   the new SCONFIG Channel Editor.
5. Add the following lines to your STRINGS.DAT:
   (But don't add the part that say "<-- Line ..." (duh ;))

   hcPublic Channels:                                   <-- Line 60
   ng(hc%ing) %s                                    <-- Line 61
   hwSelection: hy                                    <-- Line 62
   nYou cannot access that channel.                      <-- Line 63

6. Be sure to run SCONFIG, look in the Toggles section, and review the
   options to make sure you like the way they are set.


To Upgrade from SyncChat 1.0, follow these steps:

1. UNZIP SC.ZIP
2. Overwrite your current SYNCCHAT.EXE, SCONFIG.EXE, SYNCCHAT.DOC, and
   ORDER.TXT with the corresponding files in SC.ZIP.
3. You will find a new file called SYNCREG.EXE in SC.ZIP.  Be sure to copy
   this to your SyncChat directory.
   (If you want to mod SyncRegistry source code (Refer to SYNCCHAT.DOC for
   more information on SyncRegistry) - SYNCREG.C and MAKEFILE are included
   in the SC.ZIP file)
   SyncRegistry documentation is included in SYNCREG.DOC, copy this to your
   SyncChat directory for further reference (if needed).
4. Add the following lines to your current STRINGS.DAT:
   (But don't add the part that say "<-- Line ..." (duh ;))

   hcPublic Channels:                                   <-- Line 60
   ng(hc%ing) %s                                    <-- Line 61
   hwSelection: hy                                    <-- Line 62
   nYou cannot access that channel.                      <-- Line 63

5. Change line 11 in STRINGS.DAT from:

   nYou are in the hcMain npublic channel.            <-- Old Line 11

   To:

   nYou are in the hc%s npublic channel.              <-- New Line 11

6. Be sure to run SCONFIG, look in the Toggles section, and review the
   options to make sure you like the way they are set.
