home *** CD-ROM | disk | FTP | other *** search
- DORCVT by Keith Cohen
-
- Converts DORINFO1.DEF to WWIV's CHAIN.TXT
-
-
- I wrote this program because all other DORINFO to CHAIN.TXT converters
- that I have tried would not work. One of the main reasons is because many of
- the WWIV-Specific on-line games require unique user numbers for the users. And
- as you probably know, DORINFO does not keep up with user numbers.
-
- Files Required: DORCVT.EXE
- DORCVT.DAT
- DORCVT.CFG
-
- Place these files in the same directory as DORINFO1.DEF. To create CHAIN.TXT,
- just run DORCVT.
-
-
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
- DORCVT.CFG contains the following:
-
- 64000 ...................SysOp's Security Level
- Grafix Unlimited ........Your BBS's Name
- Keith ...................SysOp's First Name
- Cohen ...................SysOp's Last Name
- 000000 ..................Serial Number
-
- You need to edit this file to match your system setup. You will receive a
- serial number if you send in the measly $5.00 registration fee. It will
- disable the opening screen, and the music.
-
-
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
- Here's an example batch file for running WWIV's BBSCHESS on-line game.
-
- @ECHO OFF
- CD\BBS
- DORCVT
- CD\DOORS\BBSCHESS
- BBSCHESS C:\BBS\CHAIN.TXT
- CD\BBS
-
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
- A lot of WWIV games will say to use "FILENAME.EXT %1" as the filename. The %1
- is specific to WWIV, and is not used. Simply replace the %1 with the full path
- and filename of CHAIN.TXT (i.e. C:\BBS\CHAIN.TXT).
-
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
- Any questions, comments, bug reports, etc, I can be reached at the following:
-
- BBS's : Grafix Unlimited - (919)443-2456 - USR Dual Standard (Mine)
- The Big Bad Wolf - (919)459-9084 - USR Dual Standard (1:151/61)
- FIDOnet: Keith Cohen @ 1:151/60
- WWIVnet: TC@1 or KEITH@5252 (Use these as a last resort, as I am unable to
- check them very often.)
-