I want to windows command prompt and run the ping program but the ActiveXObject is not available on google chrome. This what I want to achieve:
cmd.exe ping 127.0.0.1
Just open the prompt with that command that's what the client is asking for.
I want to windows command prompt and run the ping program but the ActiveXObject is not available on google chrome. This what I want to achieve:
cmd.exe ping 127.0.0.1
Just open the prompt with that command that's what the client is asking for.
That would violate all kinds of security, so that's unlikely to happen unfortunately. You'd have to get the user's permission to execute anything, so you'd need different technology.