我想用下面语句执行压缩功能(已在d盘装了winzip),怎么运行提示出错,说automation不能创建对象,是不是程序前还要包含什么? var WshShell =new ActiveXObject("WScript.Shell"); WshShell.Run (" d:\Winzip\WZZIP.exe f:\test\1.zip f:\html\1.htm f:\html\1.files" ...
WSH的全称是Windows Script Host,是一种支持ActiveX(COM)的独立脚本语言。WSH脚本程序本来是为了替代DOS时代的批处理文件而产生的,后来由于WSH的应用很广泛,已经不只是局限于批处理的替代品了。从Windows98开始,操作系统就已经自带了WSH,因此在Windows98或以上的操作 ...
Heyo,<BR><BR>I have a VBScript that opens a command prompt, and does some stuff. As part of some error checking I want to use the AppActivate method to give focus to ...
With each new Windows OS release, the command prompt gets further away from the user. Oracle still ships most of its main server utilities as command-line utility programs, so it's becoming ...
I'm trying to teach myself some basics of VBScript. I'm not the brightest bulb, so it is very slow going. I found a nice website for beginers "Seasame Script" on TechNet.<BR><BR>On this page of ...
If your company uses Microsoft programming and the .NET platform to develop applications, you want to know your way around a few basic commands. For example, installing applications using the MSI ...