Basically I'm building a hardware tracking intranet page. You click on a button that will query the machine name you put in. Then display the processes on the machine your querying. I have all the machine names in a table. The table is displayed on a web page so you click on the name of the machine you want and it gives more information about that machine (user logged on, os, ram, etc). I would like to have a button you could click and get a listing of processes and then the ability to kill any of them. Currently I can do this I just have to put in the machine name each time.
Robert -----Original Message----- From: Stephen Caudill [mailto:[EMAIL PROTECTED] Sent: Monday, July 26, 2004 1:42 PM To: [EMAIL PROTECTED] Subject: [wdvltalk] RE: Call .vbs file Okay, so... do you want to run this script on any users computer that hit's this page? Browser security settings, *shouldn't* ever let you do this. If the script is meant to report information on the processes of the host machine, then why not use an ASP page to trigger the .vbs, which then posts it's findings back to another ASP page... or is that precisely what you're getting at? I'm still fuzzy on what the script does and how you envision the interaction, can you describe a bit more thoroughly? - Stephen On Mon, 26 Jul 2004 13:23:40 -0500, Hoenig, Robert <[EMAIL PROTECTED]> wrote: > The script uses WMI to get the processes running on a PC. I've tried > putting it into an .asp page but WMI needs native vbscript to run. > I'm not sure why and maybe there is a way to get it to run in .asp > pages. If there please let me know. ____ * The WDVL Discussion List from WDVL.COM * ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To: [EMAIL PROTECTED] To set a personal password send an email to [EMAIL PROTECTED] with the words: "set WDVLTALK pw=yourpassword" in the body of the email. To change subscription settings to the wdvltalk digest version: http://wdvl.internet.com/WDVL/Forum/#sub ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: [EMAIL PROTECTED] To unsubscribe send a blank email to %%email.unsub%% To unsubscribe via postal mail, please contact us at: Jupitermedia Corp. Attn: Discussion List Management 475 Park Avenue South New York, NY 10016 Please include the email address which you have been contacted with. ______________________________________________________________________ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email ______________________________________________________________________ ______________________________________________________________________ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email ______________________________________________________________________ ____ � The WDVL Discussion List from WDVL.COM � ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To: [EMAIL PROTECTED] To set a personal password send an email to [EMAIL PROTECTED] with the words: "set WDVLTALK pw=yourpassword" in the body of the email. To change subscription settings to the wdvltalk digest version: http://wdvl.internet.com/WDVL/Forum/#sub ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] To unsubscribe via postal mail, please contact us at: Jupitermedia Corp. Attn: Discussion List Management 475 Park Avenue South New York, NY 10016 Please include the email address which you have been contacted with.
