Jump to content

Front-end for DISKPART.EXE


Recommended Posts

Hi guys,

I found this script on boot-land.net.

But with the current version of autoit i cannot get it to compile.

I included several files like

#include <WinConstants.au3>

#include <GUIedit.au3>

#include <Winapi.au3>

It then will compile but it doesn't do anything.

I hope that someone can help me to get this to work.

The original exe is working, but i want to add one button to restore a image to the new formatted drive.

Thanx in advance.

btw. all credits goes to tonedeaf for making this script

DiskPartitioner.rar

Link to comment
Share on other sites

Here is list of needed include files:

#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <ComboConstants.au3>
#include <StaticConstants.au3>
#include <ButtonConstants.au3>
#include <SliderConstants.au3>
#include <UpDownConstants.au3>
#include <GUIedit.au3>
#include <WinApi.au3>

I think there is problem with 

StdoutRead(), StdinWrite()

These functions have changed their behaviour (blocking/non-blocking).

But I couldn't quickly fix this and I haven't got more time ...

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...