home *** CD-ROM | disk | FTP | other *** search
- Welcome to the world of TBTREE!
-
- You will notice two .DOC files and two .TXT files. The .TXT files are the
- "source" for the two .DOC files. The .TXT are in MicroStar format and can be
- read into any word processor/text editor which can handle ASCII. You can then
- reformat it etc. as desired for you own use. This is especially useful if you
- don't have a printer which will print 66 lines per page. The DOC files are
- formatted to be print on a printer which will print 66 lines per page. Most
- people will be able to simple print these using the DOS Print command and they
- will have the full documentation. I have included both the .TXT and .DOC for
- convenience only.
-
-
-
- Have Fun,
-
- Dean
-
- Added - Just before shipping this, it came to my attention that I had an error
- in the SORT unit. This error has been corrected in the version on this disk.
-
- Also, for users of Turbo Pascal 4.0, there is one line in the VLOGICAL.PAS
- file which will not compile properly. It will be obvious when you try.
- The line in question now reads:
-
- RECSINPR = PAGESIZE Div SizeOf(FileSpaceInfoRecord); (* Number of file
- space info records
- which will fit
- into one physical
- record *)
-
- Change it to read:
-
- RECSINPR = 51; (* Number of file
- space info records
- which will fit
- into one physical
- record *)
-