To have WinZip Command Line Support Add-On create individual Zip files of each file in a folder, open a Command Prompt window and change directories ( CD) to the folder where the files to be zipped are located. Individual Zip files in a folder of files If you are not experienced with using a command line interface you may first want to go over some of the information in Command Line Basics. CorelDRAW Graphics Suite 2021 (Windows/Mac).$archiveName += ".zip" } Write-Host "Archiving $($localPaths.Count) files to archive $archiveName. $path7zip = "C:\Program Files\7-Zip\7z.exe", # The 7z.exe can be replaced with portable 7za.exe NET 4.5 # ArchiveName -run textbox "&Archive name:" "archive" # -config -run group "7-zip" # Use7zip -config -run checkbox "Use &7-zip" "" -use7zip # Archive7zip -config -run dropdownlist "Archive &type (with 7-zip):" ^ # zip zip 7z xz gzip bzip2 tar # Path7zip -config file "7-zip &path (7z.exe/7za.exe):" ^ # "C:\Program Files\7-Zip\7z.exe" # -config group "Logging" # SessionLogPath -config sessionlogfile # param ( # Use Generate Session URL function to obtain a value for -sessionUrl parameter. # powershell.exe -ExecutionPolicy Bypass -File "%EXTENSION_PATH%" ^ # -sessionUrl "!E" -remotePath "!/" -archiveName "%ArchiveName%" ^ # -refresh -pause -sessionLogPath "%SessionLogPath%" ^ # %Use7zip% -path7zip "%Path7zip%" -archive7zip %Archive7zip% !& # Packs the selected files to a ZIP archive and uploads it # ApplyToDirectories # 9 # WinSCP 5.16 #. Powershell.exe -File "ZipUpload.ps1" -sessionUrl -remotePath "/remote/path" -archiveName "archive.zip" file1.dat file2.datįor opposite functionality, use extension Archive remote files to ZIP archive, download it, and optionally extract it.