home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / BBS / DOORS / DORCVT10.ZIP / DORCVT.DOC < prev    next >
Encoding:
Text File  |  1991-09-22  |  2.2 KB  |  60 lines

  1.                             DORCVT by Keith Cohen
  2.  
  3.                  Converts DORINFO1.DEF to WWIV's CHAIN.TXT
  4.  
  5.  
  6.         I wrote this program because all other DORINFO to CHAIN.TXT converters
  7. that I have tried would not work.  One of the main reasons is because many of
  8. the WWIV-Specific on-line games require unique user numbers for the users.  And
  9. as you probably know, DORINFO does not keep up with user numbers.
  10.  
  11. Files Required:    DORCVT.EXE
  12.                    DORCVT.DAT
  13.                    DORCVT.CFG
  14.  
  15. Place these files in the same directory as DORINFO1.DEF.  To create CHAIN.TXT,
  16. just run DORCVT.
  17.  
  18.  
  19. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  20.  
  21. DORCVT.CFG contains the following:
  22.  
  23.         64000 ...................SysOp's Security Level
  24.         Grafix Unlimited ........Your BBS's Name
  25.         Keith ...................SysOp's First Name
  26.         Cohen ...................SysOp's Last Name
  27.         000000 ..................Serial Number
  28.  
  29. You need to edit this file to match your system setup.  You will receive a
  30. serial number if you send in the measly $5.00 registration fee.  It will
  31. disable the opening screen, and the music.
  32.  
  33.  
  34. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  35.  
  36. Here's an example batch file for running WWIV's BBSCHESS on-line game.
  37.  
  38. @ECHO OFF
  39. CD\BBS
  40. DORCVT
  41. CD\DOORS\BBSCHESS
  42. BBSCHESS C:\BBS\CHAIN.TXT
  43. CD\BBS
  44.  
  45. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  46.  
  47. A lot of WWIV games will say to use "FILENAME.EXT %1" as the filename.  The %1
  48. is specific to WWIV, and is not used.  Simply replace the %1 with the full path
  49. and filename of CHAIN.TXT (i.e. C:\BBS\CHAIN.TXT).
  50.  
  51. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  52.  
  53. Any questions, comments, bug reports, etc, I can be reached at the following:
  54.  
  55. BBS's  :   Grafix Unlimited - (919)443-2456 - USR Dual Standard (Mine)
  56.            The Big Bad Wolf - (919)459-9084 - USR Dual Standard (1:151/61)
  57. FIDOnet:   Keith Cohen @ 1:151/60
  58. WWIVnet:   TC@1 or KEITH@5252 (Use these as a last resort, as I am unable to
  59.                                check them very often.)
  60.