mac_shinobi Posted February 12, 2010 Posted February 12, 2010 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
ChrisH Posted February 12, 2010 Posted February 12, 2010 (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 February 12, 2010 by ChrisH
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