Jump to content

cyclone3d

Members
  • Posts

    13
  • Joined

  • Last visited

Reputation Activity

  1. Like
    cyclone3d got a reaction from meoit in DiskPartitioner (Microsoft Diskpart GUI).   
    I am working on updating the old DiskPartitioner code to work in Windows 7 and hopefully Windows 8.

    Original source is here:


    At one point a version that supposedly worked with Windows 7 was released on a different forum, but the download has since disappeared.

    More options will also be added. I really want to make it be able to do absolutely everything that can be done from the command line.

    Any feedback and/or requests are welcome.

    ----------------------------------------------------------------
    Upcoming changes in next release
    ----------------------------------------------------------------
    ???

    ----------------------------------------------------------------
    Change Log (also included with the source)
    ----------------------------------------------------------------
    Version 0.4 - released Mar 11, 2013
    Bug Fixes:
    1. Fixed the partition max size field in the create partition window. Should be good up to at least a petabyte.
    Was cutting off part of the text before.
    2. Buttons on Create Partition Form work after changing size with up/down control / text input.
    3. Create Partition - slider now fixed - should work for partitions up to almost 2 petabytes in size ((2^31) - 1 megabytes)
    4. Create Partition - up/down now fixed - should work for partitions up to almost 2 petabytes in size
    5. Fixed drive information display in both the main window and in the create partition window.
    6. Drive capacity calculation. Was using 1000MB as 1GB before. Now correctly using 1024MB as 1GB.
    7. Main window - fixed the width of the first column in the partition list.
    8. Disks now show up in XP

    Interface:
    1. Create Partition - Slider now has a tooltip so you can see what value the slider has while moving it.
    2. Change Disk - window now wider in order to eliminate having to scroll to the right to see all the list fields.
    3. Create Partition - When using the up/down control, the pie chart only updates once you release the control.
    The flickering was very annoying, so it has been changed.
    ----------------------------------------------------------------------
    Version 0.3
    Bug Fixes:
    1. Can now choose size of extended partition
    2. Can now create a primary partition if an extended partition already exists
    3. Can now assign drive letters when creating a partition
    4. Can now assign drive letters when editing a partition

    Features:
    1. Added more info to main screen.
    2. Added the ability when creating or editing a partition to let it assign the first available drive letter

    Interface:
    1. Changed top of main screen layout.
    2. Placeholder in add partition screen for setting an offset.

    Other:
    1. Moved more repeated code into functions.
    ----------------------------------------------------------------------
    Version 0.2
    1. Removed old debug code, including a popup I forgot to comment out.
    2. Made functions out of some repeated code.
    ----------------------------------------------------------------------
    Version 0.1
    1. Changed code to work with AutoIT v3
    2. Works in Windows 7
    ----------------------------------------------------------------

    Known Bugs:
    Creating Partitions:
    1. When creating logical partitions, it does not limit it to available size on the extended partition.
    3. Will let you try to make more primary partitions if the maximum number is already on the disk. Comes back with success instead of failed even though no partition was actually made. (Feb. 4, 2013)

    Other:
    1. "Check..." button does not work
    2. "Defragment.." button does not work

    ----------------------------------------------------------------

    Current source and executable:
    diskpartitioner_0.4.zip (source)
    DiskPartitioner_0.4_exe.zip (executable)
  2. Like
    cyclone3d got a reaction from donhorn20 in DiskPartitioner (Microsoft Diskpart GUI).   
    I am working on updating the old DiskPartitioner code to work in Windows 7 and hopefully Windows 8.

    Original source is here:


    At one point a version that supposedly worked with Windows 7 was released on a different forum, but the download has since disappeared.

    More options will also be added. I really want to make it be able to do absolutely everything that can be done from the command line.

    Any feedback and/or requests are welcome.

    ----------------------------------------------------------------
    Upcoming changes in next release
    ----------------------------------------------------------------
    ???

    ----------------------------------------------------------------
    Change Log (also included with the source)
    ----------------------------------------------------------------
    Version 0.4 - released Mar 11, 2013
    Bug Fixes:
    1. Fixed the partition max size field in the create partition window. Should be good up to at least a petabyte.
    Was cutting off part of the text before.
    2. Buttons on Create Partition Form work after changing size with up/down control / text input.
    3. Create Partition - slider now fixed - should work for partitions up to almost 2 petabytes in size ((2^31) - 1 megabytes)
    4. Create Partition - up/down now fixed - should work for partitions up to almost 2 petabytes in size
    5. Fixed drive information display in both the main window and in the create partition window.
    6. Drive capacity calculation. Was using 1000MB as 1GB before. Now correctly using 1024MB as 1GB.
    7. Main window - fixed the width of the first column in the partition list.
    8. Disks now show up in XP

    Interface:
    1. Create Partition - Slider now has a tooltip so you can see what value the slider has while moving it.
    2. Change Disk - window now wider in order to eliminate having to scroll to the right to see all the list fields.
    3. Create Partition - When using the up/down control, the pie chart only updates once you release the control.
    The flickering was very annoying, so it has been changed.
    ----------------------------------------------------------------------
    Version 0.3
    Bug Fixes:
    1. Can now choose size of extended partition
    2. Can now create a primary partition if an extended partition already exists
    3. Can now assign drive letters when creating a partition
    4. Can now assign drive letters when editing a partition

    Features:
    1. Added more info to main screen.
    2. Added the ability when creating or editing a partition to let it assign the first available drive letter

    Interface:
    1. Changed top of main screen layout.
    2. Placeholder in add partition screen for setting an offset.

    Other:
    1. Moved more repeated code into functions.
    ----------------------------------------------------------------------
    Version 0.2
    1. Removed old debug code, including a popup I forgot to comment out.
    2. Made functions out of some repeated code.
    ----------------------------------------------------------------------
    Version 0.1
    1. Changed code to work with AutoIT v3
    2. Works in Windows 7
    ----------------------------------------------------------------

    Known Bugs:
    Creating Partitions:
    1. When creating logical partitions, it does not limit it to available size on the extended partition.
    3. Will let you try to make more primary partitions if the maximum number is already on the disk. Comes back with success instead of failed even though no partition was actually made. (Feb. 4, 2013)

    Other:
    1. "Check..." button does not work
    2. "Defragment.." button does not work

    ----------------------------------------------------------------

    Current source and executable:
    diskpartitioner_0.4.zip (source)
    DiskPartitioner_0.4_exe.zip (executable)
  3. Like
    cyclone3d got a reaction from AI4mfe in DiskPartitioner (Microsoft Diskpart GUI).   
    Disks not showing up in XP has been fixed.
    Have a few more things to finish up and test abefore I release version 0.4.
×
×
  • Create New...