How can i execute a command prompt command from ie9?
I know that this:
file:///c:\windows\system32\cmd.exe
loads it up but how to add a command to that?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The IE is not actually execute the command, is just transfer it to the windows shell – meaning that Microsoft have merge IE with Windows Shell to make the user interface more friendly – so calling this from the url, you are not actually do something with the browser.
This commands may execute only interactivity on the browser url and can not be call them programmatically for obvious reasons… like that: