The following files are the QuickBASIC 'source' files for DayQuote 1.0: DAYQUOTE.BAS - the main module PRINTDOC.BAS - the documentation printing module 'DAYQUOTE.MAK' is the file QuickBASIC uses to see that PRINTDOC.BAS is correctly loaded as a sub-module when DAYQUOTE.BAS is loaded using the QuickBASIC programming environment. The source files were compiled using BC version 4.50, using these command line switches: /E /X /O /T /C:512 Enjoy!