0
votes
1answer
29 views
How do I get the 7-Zip exit code from the console output?
I am writing a c# application that uses 7-zip to compress a directory. 7-Zip returns an exit status after zipping up a file. In the console window all I see is
Everything is Ok …
-6
votes
4answers
102 views
Where is 7-Zip’s compression source code?
I need the source code for the compression used in 7-Zip. Does anyone have a link?
0
votes
6answers
59 views
How can you download a file/zip from the DOS commandline using putty?
I'm trying to write a batch script (CMD @ Windows XP Pro) that will automatically download and unzip packages with the help of 7zip and putty/psftp
If I have a URL to a package to …
0
votes
2answers
105 views
C#: Archiving a File into Parts of 100MB
In my application, the user selects a big file (>100 mb) on their drive. I wish for the program to then take the file that was selected and chop it up into archived parts that are …
0
votes
2answers
289 views
Not able to use 7-Zip to compress stdin and output with stdout?
I get the error "Not implemented".
I want to compress a file using 7-Zip via stdin then take the data via stdout and do more conversions with my application. In the man page it sh …
0
votes
1answer
174 views
Creating Batch File to Back Up Specified Folder
I am actually pretty new to this batch file thing. I know it's important to know at least the basic commands. Could somebody help me figure out how to do the following :
Zipping …
0
votes
2answers
75 views
SevenZip, many trailing 0s
My array is 140bytes. outArray is 512bytes... Not what i wanted. Also i dont know if i am encrypting properly. Is the code below correct? how do i fix this so outArray is the real …
1
vote
1answer
246 views
7-zip commandline
Good Day to Everyone..
I'm creating a backup utility that zips all the files listed in a textfile. I am using MS ACCESS as my front-end and 7-zip for compression. Everytime i exec …
0
votes
1answer
218 views
programmatically extract tar.gz in a single step (on windows with 7zip)
PROBLEM: I would like to be able to extract tar.gz files in a single step. This makes my question almost identical to this one: stackoverflow question for tar-gz.
My question is …
0
votes
1answer
80 views
encrypt binary with 7z without filenames?
I am wondering, i like 7z compression but how do i compress data only? i dont want a file in the archive with file info. Just raw data, how can i do this? it would also be nice if …
2
votes
5answers
2k views
Using 7-Zip from Delphi?
I would like to use the 7-Zip DLLs from Delphi but have not been able to find decent documentation or examples. Does anyone know how to use the 7-Zip DLLs from Delphi?
2
votes
2answers
45 views
7z and file flush. Its not compressing my file.
In encryptFile file if i change the if statement to true the code will work as expected. However i get console windows on screen which is ugly. When i make it false FileListName co …
0
votes
1answer
366 views
Ant automation of InstallAnywhere installers - console mode
My problem is to create an ant target for automating our installer running in console mode.
The installer is created using InstallAnywhere 2008, which UniversalExtractor recognize …
10
votes
5answers
3k views
How do I create 7-Zip archives with .NET?
How can I create 7-Zip archives from my C# console application? I need to be able to extract the archives using the regular, widely available 7-Zip program.
Here are my results …
0
votes
2answers
453 views
Ant task for modern multithreaded archivators (7zip, winrar etc.)
We are using Ant Zip task, which is a bit of moral obsolete (low processing speed for big files).
Can anyone point me out to mature ant task ready for production using that suppor …
