jscript - The specified module could not be found

只谈情不闲聊 提交于 2019-12-13 02:22:53

问题


Got this error after running Zipjs.bat from solution 2. at:

How can I compress (/ zip ) and uncompress (/ unzip ) files and folders with batch file without using any external tools?

I don't think the issue is with this specific jscript, but have narrowed it down to this line in it:

Var ShellObj=new ActiveXObject ("Shell.Application");

When running the same jscript yesterday it was fine - no error.

So any ideas why my system can't see Shell.Application or whether that is even the problem. How to test this and what a possible solution is?

My computer isn't connected to the internet so it's not malware.

I'm running XP Pro SP3

来源:https://stackoverflow.com/questions/36253342/jscript-the-specified-module-could-not-be-found

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!