Version 0.97 Re-added the "/AMBR", "/CMBR", "/M", "/MBR", "/RMBR", and Pre 2 "/SMBR" command line options. 8/30/1999 Created the "/ACTIVATE drive# partition#" command to set a partition active from the command line. This will replace part of the functionallity of the "/T" function. Created the "/DEACTIVATE [drive#]" command to completely clear all of the active flags on a physical drive. This replaces part of the functionallity of the "/T" function. Fixed a bug that would corrupt the master boot code when writing the partition tables to a hard disk. Fixed a bug that would write an incorrect number of sectors for the partition size in the extended partition tables. Fixed a bug that prevented the last partition table for the last logical drive on the disk from being written. Added the menu functions to create and delete logical drives. Added code in the Input() function to handle the keyboard entry of a single character. Removed some global variables that are no longer in use. Cleaned up or removed some of the left over dead source code remaining from version 0.96. Added some code to prevent users from performing illegal operations while using the interactive setup. (i.e. Trying to delete a non-existant Extended DOS Partition.) Other illegal operations may still be possible at this time. Added code to handle logical drives in the extended partition. Fixed a bug that incorrectly calculated the relative sector fields in the partition table for primary partitions that do not start at Cyl. 0, Head 1, Sect. 1. Fixed a few other misc. bugs. Volume labels, file system types, and drive letters are now displayed for the logical drives. Made a couple of minor "look and feel" changes.