Are you asking how to start a windows service (cmd.exe) on someone's desktop through a hyperlink on a web page?
Yes, kind of. My requirement is 'When I click on hyperlink from web page, it should open command prompt or Run in my machine'. It would be great if there is any suggestions or references.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Surely you see the security impact if this worked, yes?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Well, other than that this is impossible to do technically. A URL is just that, a link, some address to make connections to. It cannot be used to execute any commands on the underlying OS.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.