G1ggs Posted June 8, 2010 Posted June 8, 2010 I'm a complete Noob to scripting and programming so here goes...I'm using a bootable cd with winpe 3.0 and imagex to image a hard drive. I'm using a boot menu which when you choose the option it automatically images the hard drive. I'm using the following in a batch file:x:\windows\system32\diskpart /s x:\part.batx:\imagex /apply d:\images\martins.wim 1 c:\ /verifyx:\imagex /apply d:\images\martins.wim 2 d:\ /verifyI get the normal DOS window for imagex with percentage and time remaining but I think it looks untidy. I want a progress window like the one used in Gimagex. Like this oneWould this be possible and how?Apologies again but I'm a noob
sigil Posted June 8, 2010 Posted June 8, 2010 If you can capture the percentage and time from the imagex window using the AutoIt Window Info tool, then you can make a progress bar using ProgressOn(). You can look them up in the AutoIt help file. If you get lost, read the tutorials, as they are a good starting point for learning how to script.
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