home *** CD-ROM | disk | FTP | other *** search
- REM Ckitdemo will work using either pcboard.sys, door.sys, callinfo.bbs
- REM (WILDCAT!), or dorinfox.sys (RBBS), WWIV (CHAIN.TXT), whichever you
- REM prefer or are running.
- REM Modify this file to bring up the demo for which BBS system you have.
- REM See the CKITDEMO.C CKITDEMO.H for the source code.
- REM and examples of ckit_??.lib usages.
- REM In order for the demo door to work properly you must
- REM have DSZ (Zmodem) in your path. You should also have
- REM the ckit.m file, and the ckit.doc file in the dir. as ckitdemo.exe
- REM
- REM Optional is the PORT:XXXX:X cmd whereas you can change the
- REM comport base address and IRQ if needed OR use a FOSSIL driver
- REM by using PORT:F:1, where the 1 is the port to use. F tells Ckit
- REM a Fossil driver is to be used.
- REM
- REM ckitdemo c:\pcb\pcboard.sys PORT:03E8:5 uses port 03F8 and IRQ 5
- REM ckitdemo c:\rbbs\dorinfo1.def port:f:1 <- use fossil driver
- REM
-
- c:
- cd \pcb\doors\ckitdemo
- ckitdemo c:\pcb\pcboard.sys
- c:
- cd \pcb
- board
-
- ------------ OR FOR DOOR.SYS & GAP SYSTEMS------------------------
-
- c:
- cd \pcb\doors\ckitdemo
- ckitdemo c:\pcb\door.sys
- c:
- cd \pcb
- board
-
- ------------ OR FOR RBBS, QUICKBBS, REMOTE ACCESS and DORINFOx.DEF ---------
-
- c:
- cd \rbbs\doors\ckitdemo
- ckitdemo c:\rbbs\dorinfo1.def
- c:
- cd \rbbs
- rbbs
-
- ------------ OR FOR WILDCAT Systems ------------------------
-
- c:
- cd \wc\doors\ckitdemo
- ckitdemo c:\wc\callinfo.bbs
- c:
- cd \wc
- wildcat!
-
- ------------ OR FOR ANY BBS System ------------------------
-
- c:
- cd \doors\ckitdemo
- ckitdemo generic.sys
- c:
- cd \bbs
- board
-
- ------------ OR FOR WWIV SYSTEMS ---------------------------------
- c:
- cd \doors\ckitdemo
- ckitdemo chain.txt
- c:
- cd \bbs
- board
-