Is there a way to Invoke cmd.exe using client side javascript? Until now i have been using WCF service to run remote processes and execute cmd.exe too. but I need a more reliable way as I don’t want to host the WCF services on different systems.
Any sample code will be much appreciated.
Thanks.
Without any plugin and big client side relaxing of security settings ?
Of course you can’t. Even IE doesn’t let you breach user security so easily.