home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / HR / HR007.ZIP / CONVERT.DOC < prev    next >
Text File  |  1986-01-12  |  4KB  |  80 lines

  1. This note applies to anyone who still has not upgraded from an earlier
  2. version of the BBS (v1.xx) - It has been extracted from the README file
  3. included on v2.00 and 2.01
  4.  
  5. If you are already running v2.00 or higher, the conversion program does
  6. not apply to you!
  7.  
  8.  
  9. VERSION 2.00
  10.  
  11.  
  12. The code has reached the 64K limit, so I have started using overlays.  Also,
  13. I have changed the format (and preferred names) of several files:
  14.  
  15.   MAIL.DAT     is now MESSAGES.DAT  (you can still choose your own
  16.   MAIL.IDX     is now MESSAGES.IDX   name for these four files in
  17.   USER.DAT     is now USERS.DAT      the configuration file if you
  18.   USER.IDX     is now USERS.IDX      prefer.)
  19.  
  20.   MESGxxxx.MAI is now MSGxxxxx.MAI  (this you are stuck with! - I've
  21.                                      changed it to allow larger msg #s)
  22.  
  23. I have included a program called CONVERT.COM which will convert the MAIL &
  24. USER files (in the process you will create MAIL.TMP & USER.TMP which may be
  25. deleted when you are finished.)  To use it, just type CONVERT (assuming that
  26. you havent changed the default names.)  CONVERT.COM & CONVERT2.CHN must be in
  27. the same sub-directory as the files you are converting.
  28.  
  29. You will also have to rename the MESGxxxx.MAI files (just go into the mail
  30. subdirectory and type RENAME MESG*.MAI MSG0*.MAI) - this change will allow for
  31. larger message numbers.
  32.  
  33. CONFIG.TNC has changed name to BBS201.CNF - A number of lines have been added.
  34. Please be careful if changing from an earlier version.
  35.  
  36. New is TNCA on COM1?  Yes means your TNC is on COM1.  NO means your TNC is
  37. on COM2.  If you have 2 TNCs, you probably should set it to Yes and avoid the
  38. confusion of TNCA being on COM2 and TNCB on COM1 (but it should work either
  39. way you choose.)
  40.  
  41. I have moved the Two TNCs? up in the file to fall after the above question
  42. so all Port related info is together.  Note that Baud rates refer to the
  43. physical ports (COM1 & COM2), however, the number of digipeaters allowed now
  44. refers to the logical port (TNCA or TNCB.)
  45.  
  46. You may now edit the LOCAL USER, MAIL DROP & CALL BACK flags in the user
  47. record (big deal - they are still unused - I'm not even sure what Hank had in
  48. mind for the Mail Drop flag)
  49.  
  50. $E variable has been added for use in the Configuration file.
  51.  
  52. Configuration file name may be specified on command line
  53.  
  54. I have added a error handler.  Upon a run time error it takes control and
  55. attempts to log the error to LOG.TNC, close all files, reset the interrupt
  56. vectors, then die gracefully.  This sould allow restarting from a batch
  57. file after an error without as many problems.  There is still the potential
  58. that the error handler could get into a loop if whatever caused the error
  59. messes up the attempt by the error handler to close things.  (Unfortunately
  60. this isnt too easy to test - Let me know what you may run into!)
  61.  
  62. The W command has been modified to allow WN (Whats New) which lists only the
  63. files that are new since the last log on.  Perhaps it should be changed in
  64. the future so the W command (like the L command) only lists what is new and
  65. perhaps a WA (all) command is required to list all files (comments...??)
  66.  
  67. The W command also now lists free space.
  68.  
  69. The 'Is BBS' flag has been added to the user record.  Users who have the Is
  70. BBS flag set (Use the EU <call> command and enter a Y at the appropriate
  71. question to set it) can do the following:
  72.  
  73.   1 - Use the *** LINKED to <call> to change users
  74.   2 - Use the < FROM with the S command (ignored from non BBS stations)
  75.   3 - Max # of digipeaters is ignored for BBS stations
  76.  
  77. Also, allow connect from BBS only on TNCA or TNCB may be set in the Config
  78. file (thus keeping non BBS stations off of one or both ports)
  79.  
  80.