cmd line executable web link without a seperate batch file

392 views Asked by At

SO I want to have a web link that will- open up cmd.exe, take input from a user (store it in a variable for use later in the script), and then be able to execute a script, all these without a separate batch file being involved.

Basically : Click link ---> Cmd opens up and asks for input ----> takes input and executes a script.

Example: Click link ---> Cmd opens up and asks for Username ----> Looks up username from a directory.

I have no idea how to do this. Any ideas??

OS involved: Windows 7

0

There are 0 answers