Is there anyway possible to run a static command line from a controller? I want to send a message using: msg.exe command after a certain post to popup a message on a specific computer. Possible?
You can't invoke any .exe on a client machine from a web page. Imagine the security implications of that. In any case, any code in the controller will execute on the web server, not the client machine.