Version 0.8 Added the "fdisk /dump" to dump all partition information 12/19/1998 from all hard disks to the screen. This dump can be re-directed to a file by using standard re-direction commands. (i.e. "fdisk /dump > filename.ext") This function can be used to aid in future debugging. Added error trapping to prevent the user from trying to change to a non-existant hard disk via option 5 in the main menu. Added code to make the error trapping system while working through the menus "friendlier." The user is no longer kicked out to the DOS prompt. The problem with partitions being incompatible with other partitioning utilities has been fixed. Code has been added to allow the deletion of a partition by the partitions type of primary or extended. This additional functionality works from both the menu system as well as the command line. Changed the look and feel of some of the menus. Trapped bad entries when selecting the hard drive to FDISK from the menuing system. The "set active partition" function inside the menu system no longer displays the extended partition table. The [ESC] key now backs out of most menu based functions. The program no longer limits the user to a maximum of 4 hard drives. This could be useful if SCSI drives are connected to the PC. Found and fixed a mapping problem when creating the 2nd logical drive in the extended partition. Fixed a bug when creating logical drives by percentage. Created an automated partitioning routine (/a drive#) that will automatically partition an empty drive and set the primary partition active. Support for a Compaq Diagnostic Partition is planned. This routine will also create an extended partition on logical drives if space permits.