Zip file with Source Code (70KB of Turbo Pascal files)
See Download page for the pre-compiled executable.
The source code for this program is provided in the sub-directory “./source”.
The Turbo Pascal 5.5 compiler is freely available and can be downloaded from Borland’s web site at http://dn.codegear.com/article/20803 and is required in order to convert the source code into an executable program.
After installation and setup of Turbo Pascal, you will need to compile each *.PAS file into a binary TPU file (Turbo Precompiled Unit file) by loading it, changing your destination to disk (as opposed to memory) and then pressing F9. Note that the SE_IO.PAS file was too big to load and was truncated so I have two versions, one with comments and the other without. The one without comments seems to load and compile just fine. At some point in the past I was able to load and compile the larger one so it is probably just a memory setting in the Turbo Pascal program.
This is all pretty old school so Email me at jrnash@gmail.com and I will be happy to walk you through the process if you are interested in trying your hand at this.
