Search

Categories (1)

Archives (36)

  • fwkcs117.zip BBS User Utilities (1992)

    FWKCS Version 1.17 is a DOS-based Contents_Signature System for detecting duplicate or redundant files, virus testing, and remote file searching on BB...

  • gapctty.arc DOS Utilities (1988)

    GAPCTTY is a TSR remote communications handler replacing DOS CTTY to fix input issues for BBS operators using COM ports 1 or 2. Works with DOS I/O-bas...

  • wabird.zip Utilities (1989)

    WatchBird v1.00 is a DOS carrier watchdog utility that monitors modem connections and gracefully exits to DOS upon carrier loss while preserving syste...

  • remdoor2.zip Doors (1989)

    REMDoor version 2.0 is a remote DOS maintenance door allowing sysops to access and manage their BBS or PC remotely through a DOS shell with file opera...

  • IQD-1000 Iniquity (1997)

    Iniquity v10.00/DOS [01-Aug-97] - First release of the bbsdev build.

  • dru_225.zip Utilities (1989)

    Remote Utilities v2.25 - drop to dos for remote access 1989 by Jeremy Slade of Delta Software Productions

  • ext_prot.arc Wildcat Utilities (1988)

    ...KERMIT; provided by MUSTANG Software in 1988 as configuration examples for DOS systems.

  • fce10.zip File List Utilities (1991)

    FCE (File Comment Extractor) DOS Edition v1.0 is a 1991 utility by Andy Hakim that merges file lists with comments from BBS archives. It matches filen...

  • filsl11.zip PCBoard Utilities (1990)

    File Sleuth v1.1 is an offline file search utility for DOS that scans BBS file lists and displays matches using AND/OR logic, compatible with PCBoard ...

  • finfo16.arc PCBoard Utilities (1989)

    Finfo v1.6 is a DOS filter utility that updates file size and date information in directory listings by reading actual file attributes and reformattin...

  • gateway2.arc Utilities (1987)

    Gateway version 2.00 is a DOS device driver that enables Sysops to control and monitor external programs via COM ports using Fossil drivers or direct ...

  • idccom12.zip IDCCOM (1990)

    IDCCOM version 1.1 is a fast telecommunications package for DOS that provides modem communication, file transfer, and BBS connectivity features. Creat...

  • idcform.zip Doors (1989)

    IDCform is a DOS-era BBS door program that collects user input via customizable templates and saves responses in ASCII-delimited files, designed for i...

  • logmgr16.zip DOS Utilities (1991)

    LOGMGR version 1.60 is a DOS utility that automatically manages log files by renaming, archiving, and deleting old logs based on user-specified retent...

  • mat.arc BBS User Utilities (1988)

    MAT is a DOS filter utility that compares two file lists to identify unique files or find common entries between bulletin board catalogs, useful for f...

  • max200_2.zip Maximus (1991)

    Maximus 2.00 for DOS - part 2 of 4

  • mlnk_10c.zip FidoNet Technology Network (1990)

    ....0b links message threads by subject in FidoNet echomail areas, supporting DOS and OS/2 systems, compatible with SYSTEMxx.BBS/DAT files and area lists...

  • mp102_2.zip Maximus (1990)

    ...v1.02 Slimepatch #2 fixes an "Out of files" overlay bug affecting external DOS command calls by patching MAX.EXE. Created by Scott Dudley in Nov 1990.

  • newhost.arc DOS Utilities (1988)

    NewHost CTTY replacement (1988) - A DOS utility that allows sysops to share console control with online users for real-time chat and monitoring, with ...

  • orashare.zip Oracomm (1991)

    ...n 2 lines, with messaging, file sharing, and chat features; works under MS-DOS on COM ports. By Surf Computer Services, 1990-1991.

Files (809)

  • FILE_ID.DIZ in IQD-1000

    Iniquity v10.00/DOS [01-Aug-97] First release of the bbsdev build. Many new features along with bugfixes are in this version. Both upgrade and ful...

  • RELEASE.DOC in TAG 2.6b (Multinode) Update Documentation (TAGU26B)

    ...or CONV26B.EXE * MCONFIG.EXE Utility for setting T.A.G. paths from DOS * MCONFIG.DOC Documentation file for TAGSETUP.EXE TAGR2...

  • TAG26B.DOC in TAG 2.6b (Multinode) Update Documentation (TAGU26B)

    ...hecked for existence. During a normal file transfer the real DOS directory is searched to determine that the file really exi...

  • ASYNC2.PAS in JEZSRC.ZIP

    ...-----------------------------------------------} IMPLEMENTATION Uses DOS,CRT; {$L SLASYNC.OBJ} Const C_IER = 1; ...

  • DDANSI2.PAS in JEZSRC.ZIP

    unit ddansi2; interface uses dos, crt; {----------------------------------------------------------------------------} { ...

  • DDFOSSIL.PAS in JEZSRC.ZIP

    unit ddfossil; {$S-,V-,R-} interface uses dos; type ASCIZ_id = array[1..128] of char; ascizptr = ^asciz_id; fossildatatype = record...

  • DDIGI.PAS in JEZSRC.ZIP

    unit ddigi; {$S-,V-,R-} interface uses dos; type Idarray = array[1..8] of char; var AsyncStat:word; dport_num: integer; nameptr :...

  • DDOVR.PAS in JEZSRC.ZIP

    ...0} nodechat: char; {node chat flag prior to exit to DOS} end; var pcbsys: pcb_sys_rec12; function wva(a: word...

  • DDOVR2.PAS in JEZSRC.ZIP

    unit ddovr2; {$O+,F+,V-} interface uses dos,crt; procedure Loadconfig( fn: string; var bbs_software: byte; var user_first_name,use...

  • DDPLUS.DOC in JEZSRC.ZIP

    ...8 to the Os/2 timeslicer. This gives up the time slice as well as idles dos while waiting for character input per any Int $21 call. ---------...

  • DDPLUS.PAS in JEZSRC.ZIP

    unit DDPlus; {$V-,F+} interface uses dos, crt, comio, ddscott, ddansi2, ddovr, ddovr2; type CharOriginType=(localchar,remotechar); strptr=...

  • DDPLUSR.PAS in JEZSRC.ZIP

    unit DDPlusR; {$V-,F+} interface uses dos, crt, comio, ddscott, ddansi2, ddovr, ddovr2, RipLink; type CharOriginType=(localchar,remotechar);...

  • DDSCOTT.PAS in JEZSRC.ZIP

    unit ddscott; interface uses dos,crt; type adaptertype= (MDA,CGA,EGAMono,EGAColor); datetype=string[6]; screentype= array[1..4000] of byte;...

  • ELOG.DOC in JEZSRC.ZIP

    ... ------------------------ FUNCTION FILE_EXISTS - Detects if a DOS file is present in the same directory. Returns ...

  • ELOG.PAS in JEZSRC.ZIP

    ... (********************************) UNIT Elog; INTERFACE Uses Crt,Dos,NetFileP,DDPlus; VAR SaveExitProc: POINTER; FUNCTION File_Exist...

  • JEZ-CFG.PAS in JEZSRC.ZIP

    Program Jezebel_Cfg; Uses MakeLvl, CfgWay, Crt, CrtKit, Dos, ddovr2; Var doneconfig,Doneatmain:boolean; configfile:text; { Converts a S...

  • JEZEBEL.PAS in JEZSRC.ZIP

    ... Jezebel; {$G+,F+,B+,D-} { Jezebel - The Virus Simulation doorgame for DOS based BBS systems Copyright (C) 1996-1998 Zodian Software & Brian J. S...

  • MAKELVL.PAS in JEZSRC.ZIP

    unit MakeLvl; {$G+,O+,B+} interface Uses CRT,Dos; Type PROGRAMS = Record ProgName:String; PDeadLine:String; UDeadLine:Stri...

  • MAKERIDL.PAS in JEZSRC.ZIP

    Program Make_Riddles; {$B+,V-} uses Crt,dos; Type Riddles = Record lines: array[1..10] of string[80]; clue: string[50]; a...

  • NETFILEP.PAS in JEZSRC.ZIP

    ...*****************************} unit NetFileP; interface uses Crt, Dos, DDPlus; { Add CRT, DOS and DDPlus units } const {-- Typ...