endlesslyonline Posted September 25, 2011 Posted September 25, 2011 I have done a small script, to test something. I made a form that has one button, that pings a a IP address, so, when i run the code the CMD window pops up, and shows the PC being pinged. However, when i run the same scrip in winPE, it does not work. Does commands differ when running it in winPE? Secondly, i want to make my own imagex GUI, for restoring wim images in PE, can someone give me example code of getting a indicator how far the process is? I tried google, but im a bit of a autoIT nub, so the stuff i read does not help much. Thanks
Tripredacus Posted September 27, 2011 Posted September 27, 2011 I do all preliminary testing in a live OS before the next phase of testing WinPE. There is no difference to ping in WinPE than in Windows. Then again, you haven't posted any code. I've never had to ping using AutoIT, all my ping commands are done with the startnet.cmd. I'm sure there are some AutoIT implementations for deployment... perhaps look into http://www.autoitscript.com/site/autoit-tools/gimagex/ Twitter | MSFN | VGCollect
spudw2k Posted September 28, 2011 Posted September 28, 2011 Before you re-invent the wheel, have you seen GImageX? Spoiler Things I've Made: Always On Top Tool ◊ AU History ◊ Deck of Cards ◊ HideIt ◊ ICU ◊ Icon Freezer ◊ Ipod Ejector ◊ Junos Configuration Explorer ◊ Link Downloader ◊ MD5 Folder Enumerator ◊ PassGen ◊ Ping Tool ◊ Quick NIC ◊ Read OCR ◊ RemoteIT ◊ SchTasksGui ◊ SpyCam ◊ System Scan Report Tool ◊ System UpTime ◊ Transparency Machine ◊ VMWare ESX Builder Misc Code Snippets: ADODB Example ◊ CheckHover ◊ Detect SafeMode ◊ DynEnumArray ◊ GetNetStatData ◊ HashArray ◊ IsBetweenDates ◊ Local Admins ◊ Make Choice ◊ Recursive File List ◊ Remove Sizebox Style ◊ Retrieve PNPDeviceID ◊ Retrieve SysListView32 Contents ◊ Set IE Homepage ◊ Tickle Expired Password ◊ Transpose Array Projects: Drive Space Usage GUI ◊ LEDkIT ◊ Plasma_kIt ◊ Scan Engine Builder ◊ SpeeDBurner ◊ SubnetCalc Cool Stuff: AutoItObject UDF ◊ Extract Icon From Proc ◊ GuiCtrlFontRotate ◊ Hex Edit Funcs ◊ Run binary ◊ Service_UDF
NDog Posted October 10, 2011 Posted October 10, 2011 I have also made a GUI to do with restoring wim files in Windows PE and Bart PE to restore windows xp and windows 7 wim files to machines. This code is useful for doing progress bars regarding imagex progress and may help you on your way.
Kendall Posted October 10, 2011 Posted October 10, 2011 I found it better to use Powershell rather than the command prompt. You can call on the Powershell window and send information to it easier. It worked in Windows PE as well for me. The Codemonkeyhttp://www.BMVHDloader.com
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