USING 96LIST.DB ~~~~~~~~~~~~~~~ 96LIST.DB is the comma delimited sequential file that is used to store the names and numbers while gathering data for 96LIST.TXT. There are currently four utilities for use with 96LIST.DB. 96DBCVT.EXE - Output the data to 96LIST.TXT. 96SSCAN.EXE - Output the data for use with Michael Conley's SUPERSCAN BBS List Scan/Search door for WildCat! BBS systems. 96FONDIR.EXE - Output data for use with FONDIR, a utility to convert the resulting formatted text files to various communication program dialling directories. SS9600.EXE - Output the data for use with Michael Conley's SUPERSCAN BBS List Scan/Search door for WildCat! BBS systems. The first three utilities are by Ken Sukimoto; SS9600.EXE is by Michael Conley and is functionally identical to 96SSCAN.EXE. All utilities, the SUPERSCAN BBS LIST door and FONDIR are available for download on your first call to the DownTown BBS, home of 96LIST. 96LIST.DB Structure ~~~~~~~~~~~~~~~~~~~ This is for those of you perverted enough to want to use 96LIST.DB for data input to your own program. There are five fields in a comma delimited sequential file - yes, I wrote the input program in TurboBASIC also. "123-456-7890","Sample BBS","Anytown","ZZ","2400" BBSPHONE$ 12 characters BBSNAME$ 26 characters CITY$ 17 characters STATE$ 4 characters MODEM$ 4 characters ----------------------------------------------------------------------------- [End of File]