The Glimmerman Posted May 6, 2009 Posted May 6, 2009 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 scriptDiskPartitioner.rar
Zedna Posted May 6, 2009 Posted May 6, 2009 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 ... Resources UDF ResourcesEx UDF AutoIt Forum Search
The Glimmerman Posted May 7, 2009 Author Posted May 7, 2009 Thx for trying Zedna. Hope somone else can help me.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now