Skip to main content

Questions tagged [winzip]

WinZip is a shareware file archiver and compressor for Windows, OS X, iOS and Android developed by WinZip Computing. By default, WinZip creates archives in Zip file format but also has various levels of support for other archive formats.

0 votes
0 answers
19 views

WZZIP not excluding files in @listfile process

I'm using a batch file and I'm trying to exclude a list of folders inside a list file but they get added anyway. Any help will be appreciated. This is what I have tried so far: wzzip -i -r F:\Backup\...
Game Remedy's user avatar
1 vote
2 answers
689 views

How can I pass a path in PowerShell, I am getting an error that I can't figure out

This is one of my first powershell scripts and I can't make it work. I can't pass "c:\" as a destination folder. My script: $sourceFolder = "C:\Temp" $winZipExe = "C:\Program ...
Nenad's user avatar
  • 11
0 votes
1 answer
409 views

Unzip Password Protected File in R using WinZip

I am trying to use R to unzip password protected files from a drive without using 7-zip. My organisation doesn't have access to it, we use WinZip for everything. I have searched far and wide here but ...
Mrob's user avatar
  • 11
0 votes
0 answers
327 views

Winzip command line - Include full path information

How do I use winzip command line with include full path information ? I know I can do this under Winzip GUI but how to do it using cmd ? Also, is there a way to zip selected specific folders only ? ...
ghostanime2001's user avatar
0 votes
0 answers
143 views

WinZip command line sync vs async

I am using WinZip 25 enterprise to zip a folder using AES 256 bit encryption. The command used is $PathToWinZipExe = "C:\Program Files\WinZip\WZZIP.EXE" $ZipPassword = "...
Alvin's user avatar
  • 302
1 vote
2 answers
269 views

What's the Zip Strong Encryption Specification/SecureZip key derivation function?

In the (PK)ZIP specification at https://pkware.cachefly.net/webdocs/casestudies/APPNOTE.TXT, specifically in the Strong Encryption Specification (SES) section, there is a line on deriving a key from a ...
Michal Charemza's user avatar
0 votes
0 answers
146 views

How to uncompressed .Z files in R with winzip

I am new to R and have not been able to find anything in particular to uncompress a .z file in R. I have a file *.z that I would like to uncompress and read into R. Ideally, I would like to delete the ...
AJ Jebelli's user avatar
1 vote
0 answers
116 views

ZipFile API throws error when opening file

"zipfile" throws an error for ExtractToDirectory and all other functions when extracting files of huge size (> 1GB). Error: Number of entries expected in End Of Central Directory does not ...
Abby Jangir's user avatar
0 votes
0 answers
38 views

I am trying to use ffmpeg to separate audio from video, but after downloading the ffmpeg build I cannot seem to activate it in Power Shell [duplicate]

Ok, look y'all, I am NOT an aspiring programmer. I'm simply trying to separate audio from video of a youtube video I downloaded. What I've done: Downloaded YT vid using 4k video Downloader I ...
Row Boater's user avatar
1 vote
2 answers
713 views

How to open WinZip password protected archive?

I know decryption is an expansive world which I'm a novice in, but I have a WinZip file I can open in WinZip with the known password easily through the WinZip UI. However, supplying the same password,...
Mark McGown's user avatar
  • 1,085
0 votes
1 answer
129 views

Unable to drag drop to ZIP

I'm trying to drag txt and png files to one of the zip folders I have on my desktop but it doesn't work. Can easily drag these files to a regular folder though.Windows 10. Please help.
Margo Mykhailova's user avatar
0 votes
1 answer
2k views

WZZIP create zip file excluding 2 folder + subfolders

I have both winzip and the command line addon installed and I am trying to write a .bat file to zip up a certain folder on one of my drives. What I would like is create a zip from a folder but I need ...
Andy M's user avatar
  • 167
0 votes
2 answers
1k views

Is there any difference between ZIP files? [closed]

I created a ZIP file by using Windows compress and then I created another ZIP file by using WinRAR. In my output I have two different set of output! List of folders do not appear in the ZIP file ...
Amir's user avatar
  • 1,959
-1 votes
1 answer
545 views

Python Winzip Password Tester without dictionary

I am trying to build a winzip file cracker without a dictionary attack (For an essay on password security). It needs to scroll through the "combos" iteration trying each combination until the ...
Craig Godbold's user avatar
-1 votes
1 answer
254 views

Unzip cab files in a folder, only certain filetypes and rename

I am trying to solve a unzipping a lot of cab files problem and I managed to create a frankenstein script below from different scripts that does what i need but I am having a lot of problems figuring ...
drLecter's user avatar
  • 197

15 30 50 per page
1
2 3 4 5
7