home *** CD-ROM | disk | FTP | other *** search
- READKEY.TPU is a Turbo Pascal 6.0 unit for reading TriBBS key files. It
- features the following function:
-
- function ReadKeyFile(path : string) : integer;
-
- Where:
- path is the path to node 1's main directory.
-
- Returns:
- 0 - if a valid key file isn't found.
- Otherwise, ReadKeyFile returns the BBS's registration number.
-
- Example:
- The following program line would display a board's registration
- number.
-
- writeln(ReadKeyFile('c:\tritel'));
-
- READKEY.TPU is Copyright 1992 By Mark D. Goodwin. It may be used freely by
- third-party programmers writing TriBBS utilities and doors to determine if
- a board is registered or not. All other uses are strictly forbidden. You
- may NOT disassemble this code!
-