USING 144BBS.DB ~~~~~~~~~~~~~~~ 144BBS.DB is the comma delimited sequential file that is used to store the names and numbers while gathering data for 144BBS.TXT. It is in the same format as 96LIST.DB - just a different name. There are currently four utilities for use with 144BBS.DB. 144BBS.EXE - Output the data to 144BBS.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 144BBS. 144BBS.DB Structure ~~~~~~~~~~~~~~~~~~~ This is for those of you perverted enough to want to use 144BBS.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]