Windows脚本编程实用指南
1. 脚本基础功能实现
1.1 创建ZIP文件
在脚本编程中,创建ZIP文件是一项常见的任务。可以使用以下函数来实现:
Function CreateZipFile()
'Create the new ZIP file
'WINZIP32 Command Syntax:
'WINZIP32 [-min] action [options] filename[.zip] files
' -min - Tells WinZip to run minimized
' action – Represents any one of the following arguments
' -a Create new ZIP file
' -f Refresh existing archive
' -u Update an existing archive
' -m Move archive to specified location
' options - Optional arguments that include
' -r Add files and folders when adding to ZIP file
' -p Include information about any added folders
' filename[.zip] – name o
超级会员免费看
订阅专栏 解锁全文
886

被折叠的 条评论
为什么被折叠?



