Jump to content

Recommended Posts

Posted

Got a hta similiar to the image on this page

 

Extreme Makeover: Wrap Your Scripts Up in a GUI Interface

 

http://technet.microsoft.com/en-us/library/Ee692768.sysinfo2%28en-us,TechNet.10%29.jpg

 

I just need to know if I have seperate subs to use wmi to ascertain what cpu, ram, etc the computer has how do you output the information from each of the subs querries to the 2nd cell on the right hand side after you have selected said option by using the radio buttons

Posted (edited)

Use a wrapper procedure that runs the other 2 procedures.

 

Edit after reading your post again I think you want to make those lines dynamic? In that case you need to mix the html with the scripting tags and variables output from the procedure eg:

 

Current Clock SpeedResponse.Write (intClockSpeed)

 

I am not sure if that is the right command to echo the variable but it will be something similar.

Edited by ChrisH

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



×
×
  • Create New...