I did look around a bit on the forum and couldn't find anything. Here is what I am trying to do: I have a program that sits on my server that I can run via command line with some parameters. I would like to open that up to other internal users with a webpage, so they could choose the value of the parameters, hit a button and that page would open a command line and feed the instructions to kick off that app, with the parameters. I understand there are security risks associated with this behavior, again, it is all an internal used application. Can someone point me in the right direction to do this (I tried using ActiveXObject("WScript.Shell"); to no avail). I am open to other suggestions as well, knowing that I have to execute a command line on a server from the client side. Also, any suggestions about what security settings I have to change as well. Thanks in advance.