Jump to content

Redirect imagex output to innerhtml possible?


Recommended Posts

Posted (edited)

Hello again

Want to thank everybody in here who have helped me coming a long way with my little development project of a deployment GUI for WinPE. It works good as of now but I still want to do more with it.

Until now i have turned on the command prompt window during imaging:

oShell.Run("%WINDIR%\imagex /apply Z\images\windows7\professional\x64\sources\install.wim 1 C:"), 1, True

I have read some places online that you can redirect the output from the command prompt to txt file, but could it be done so that i can display the percentage in my hat window with the innerhtml syntax?

For instance

strProgress.InnerHTML = "Applying image 0% > 100%"

Again thank you to all who have helped me so far!

Edited by doestergaard

Posted

Thank you for your answers.

I have read somewhere that you can use RegEx and then display just the percentages of a image progress. Does anybody know if thats is possible?

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
  • Recently Browsing   0 members

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