Category : BBS Programs+Doors
Archive   : CDCOM.ZIP
Filename : SAMPLE.BAT

 
Output of file : SAMPLE.BAT contained in archive : CDCOM.ZIP
echo off
rem this is a sample batch file for running cdcom with your bbs
rem edit it for your system (drives/paths/etc)
ctty con
c:
cd \cdcom
cdcom c:\wildcat\callinfo.bbs
set dszlog=
rem 5 = denied access to cdrom or security not in cdcom.sec
if errorlevel 5 goto deniedaccess
rem 4 = time expired in door
if errorlevel 4 goto timexpired
rem 3 = dropped carrier in door
if errorlevel 3 goto droppedcarrier
rem 2 = auto-logoff after download
if errorlevel 2 goto autologoff
rem 1 = program error
if errorlevel 1 goto error
goto end

:error
echo Program Error Occured
goto end

:autologoff
echo User Auto-Logged Off
goto end

:droppedcarrier
echo User Dropped Carrier
goto end

:timexpired
echo Users Time Expired in Door
goto end

:deniedaccess
echo User Denied Access to Door
goto end

:end
c:
cd\wildcat
cat


  3 Responses to “Category : BBS Programs+Doors
Archive   : CDCOM.ZIP
Filename : SAMPLE.BAT

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/