home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / c / cbbs141.zip / CEL141C.ZIP / CONV141.ZIP / CONVERT.DOC < prev    next >
Text File  |  1992-05-01  |  4KB  |  90 lines

  1. Celerity Conversions
  2. ~~~~~~~~~~~~~~~~~~~~
  3.  
  4.         There are two events which will require the use of the Celerity
  5. conversion utilities.  The first is when some of the data formats for Celerity
  6. have been changed (which we attempt to keep to a minimum), and the second is
  7. when converting from another BBS program, such as TCS, Emulex, Vision, Havok,
  8. LSD, or Telegard.
  9.  
  10.         CONV????.EXE will convert file areas, and is covered under the heading
  11. of CONVFILE.EXE (the name for the Celerity->Celerity file converter).
  12. ???2CELR.EXE is the name of the user converter for other BBS packages, which
  13. is covered under the CONVUSER.EXE header below (for the Celerity->Celerity
  14. userlist converter).
  15.  
  16.         Be warned that none of these are polished programs.  They are ugly,
  17. inefficient, slow, poorly documented, have an attrocious interface, and are
  18. dangerous.  The up side is that they (usually) work.  MAKE BACKUPS before you
  19. attempt to do any conversions.
  20.  
  21.         It is best to have a complete copy of Celerity set up before you do
  22. any conversions.  Set up your board as you wish it to be (at least initially)
  23. with all conferences and transfer areas set up (without files of course).
  24. When you convert data areas, do them in a seperate temporary directory and
  25. then copy them to the Celerity directory over the existing files.  User files
  26. are easy to convert, file areas are not.  For file areas, you will have to
  27. manually run the CONV????.EXE for each file area.
  28.  
  29.  
  30.  
  31.  
  32. Appendix B:  Running CONVUSER
  33. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  34. CONVUSER.EXE is a small program which will convert userlists from one format
  35. to another.  In its current form, it will only convert the previous version
  36. of the Celerity userlist to the new one when there is a format change.  There
  37. are now specialized user conversion programs:
  38.                                  
  39. TG25-CEL.EXE  --- Telegard 2.5
  40. TG27-CEL.EXE  --- Telegard 2.7
  41.  
  42. Note that many converters are not packaged as they are pretty obsolete.  If
  43. you run a software package (and have the user list format for it!) and desire
  44. a converter, contact us on the support board and we will attempt to make one.
  45.  
  46. CONVUSER will make a new file called NEWUSERS using the new format.  Your
  47. regular user file will not be touched.  To start using the new Celerity version,
  48. you will have to rename the NEWUSERS file to USERS, and pack your old USERS file
  49. away for safekeeping or (for the brave ones out there), just delete it.
  50.  
  51. The input data file will be USERS for TCS, Emulex, Vision, LSD, and earlier
  52. versions of Celerity.  The input data file is USERS.LST for Telegard.
  53.  
  54.  
  55. Appendix D:  Running CONVFILE
  56. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  57. There are two types of CONVFILE programs.  One is to upgrade to a more recent
  58. version of Celerity (such as Celerity 1.20 to 1.23), the other is to convert
  59. file areas from another BBS program to Celerity.
  60.  
  61. CONVFILE.EXE  --- Upgrade Celerity (needed for 1.19 to 1.20, and 1.20 to 1.23)
  62. CONVTCS .EXE  --- Convert from TCS 1.41/1.51
  63. CONVLSD .EXE  --- Convert from LSD (1.28 to 1.35 tested)
  64. CONVHAV .EXE  --- Convert from Havok, all versions
  65. CONVEMU .EXE  --- Convert from Emulex 1.65/2.x
  66. CONVVIS .EXE  --- Convert from Vision .82 (identical to LSD).  .83 untested.
  67. CONVTG  .EXE  --- Convert from Telegard 2.5 or 2.7
  68.  
  69.  
  70. CONVFILE.EXE is the version to upgrade to new Celerity versions.  Simply go
  71. to your DATA directory, make a backup of the files, and run the CONVFILE
  72. program.  It will update all your file areas and file records to the new format.
  73.  
  74.  
  75. CONVxxx.EXE for TCS, LSD, Emulex, Havok, and Vision accepts two parameters:
  76. the source file, and the target file.  You may use complete pathnames here if
  77. you desire.  The file records for Celerity are stored in the DATA subdirectory
  78. and always have a ".DIR" extension.  The individual names are defined when you
  79. create the transfer areas from the xfer menu.  The source files from the above
  80. software are usually named "AREA1", "AREA1.1", or something similar.
  81.  
  82. CONVTG.EXE accepts three parameters.  The first is the source file (the
  83. Telegard .DIR file), the second is the target file (the Celerity .DIR file),
  84. and the third is the full pathname of where the files are stored (ie:
  85. C:\xfers\uploads\).  The file records for Celerity are stored in the DATA
  86. subdirectory, and always have a ".DIR" extension.  The individual names are
  87. defined when you create the transfer areas from the xfer menu.
  88.  
  89.  
  90.