i want to rum command using Windows Command Prompt but it require ActiveX object... Mozilla FireFox4 and Google Chrome are giving error
Uncaught ReferenceError: ActiveXObject is not defined
|
i want to rum command using Windows Command Prompt but it require ActiveX object... Mozilla FireFox4 and Google Chrome are giving error
| ||||
|
feedback
|
|
ActiveXObject is only supported in IE. This is not a standard object and specific to IE and hence Windows. Other browsers runs on multiple platforms and it doesn't make sense for them to implement this non standard object. | |||||
feedback
|