winzip Questions

8

I am trying to zip a file using shell script command. I am using following command: zip ./test/step1.zip $FILES where $FILES contain all the input files. But I am getting a warning as follows ...
Broadside asked 11/12, 2013 at 21:2

9

Can I create Windows XP's Compressed (Zipped) Folder using Delphi?
Buddleia asked 4/7, 2009 at 18:23

6

Solved

I have a pretty big folder (~10GB) that contains many duplicated files throughout it's directory tree. Many of these files are duplicated up 10 times. The duplicated files don't reside side b...
Chary asked 13/12, 2014 at 9:18

4

Solved

I try to unzip a file via CMD. So I install winzip (and its plugin to cmd), winrar and 7-zip. But when I try to execute a command via the CMD: 7z e myzip.zip It gives the next error: 7z is not rec...
Ninebark asked 2/1, 2013 at 13:14

4

Solved

Importing zipped files in Mysql using CMD What is the right syntax to import sql zipped files into mysql using cmd ? I am doing the following xz < backup.sql.gz | mysql -u root test But alw...
Daukas asked 29/6, 2012 at 18:43

2

I have to create a WinZip compatible zip file from a PHP application on a linux box, and it must use AES 256 encryption. I have found a few solutions for PHP on Windows, but they don't help me! A P...
Vestpocket asked 21/10, 2010 at 14:47

2

Solved

I am experiencing a strange behavior with java.util.zip.* I have a zip file and upon decompressing follwing tihngs happen ZipFile zipfile = new ZipFile(file, ZipFile.OPEN_READ); This is exaxt e...
Toft asked 10/12, 2012 at 8:59

2

Solved

I recently wrote a zip file I/O library called zipzap, but I'm struggling with correctly decoding zip entry file names from arbitrary zip files. Now, the PKWARE spec states: D.1 The ZIP format ...
Disharoon asked 7/11, 2012 at 0:1

2

Solved

I am looking for a compression library to use in iPhone application supports decompressing AES 256-bit archives built in Winzip compression utility. Thanks.
Cosmonautics asked 31/10, 2010 at 15:31

2

Solved

Due to a number of constraints that I won't get into, I have to create a self-extracting ZIP archive on a linux box. The resulting archive should be executable on Windows only. Is this at all possi...
Odey asked 4/5, 2009 at 1:17
1

© 2022 - 2024 — McMap. All rights reserved.