Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
unzip
- Page 1
unzip, date, etc not available from scripts
Programming
Software Development
16 Years Ago
by nikhil.laghave
… when called from the fortran call, i get errors for
unzip
, date etc. i.e these commands cannot be found. Do… additional to get these commands to run ? I need to
unzip
a few files inside the script, hence its necessary that…
Unzip Archive
Programming
Software Development
12 Years Ago
by SaaDwTk
How can I
unzip
an archive using VB.NET? Actually I'm using this method, but it takes too long to extract: http://www.codeproject.com/Tips/257193/Easily-zip-
unzip
-files-using-Windows-Shell32 Do you know a faster way?
Re: unzip, date, etc not available from scripts
Programming
Software Development
16 Years Ago
by nikhil.laghave
… found ./init.VTd.nik: ./init.VTd.nik: 20: /usr/bin/
unzip
: not found ./init.VTd.nik: ./init.VTd.nik: 47: make…
Re: Unzip Archive
Programming
Software Development
12 Years Ago
by Reverend Jim
If you combine this with your [other thread](http://www.daniweb.com/software-development/vbnet/threads/438760/cmd-command-error) then you could just run
unzip
.exe in the spawned shell.
Unzip zipped xml file
Programming
Software Development
19 Years Ago
by chami
:sad: I need to read a zipped xml file by using vb.net Actually what I'm trying to do is take the data from staroffice spreadsheet and save in a Oracle database. As Staroffice save its data as 5 zipped Xml files, I need to
unzip
them before read.
Unzip Function
Programming
Software Development
18 Years Ago
by wonder_gal
Hi, I am writing a function to
unzip
a zipped file. But I'm getting this error, "…
unzip a file using VB
Programming
Software Development
16 Years Ago
by dinilkarun
I have to read the filenames inside a zipped folder. How can I
unzip
a file using VB(No external DLLs should be used)? Please suggest if there is a direct way to read filenames in the zipped folder.
Unzip part of a .gz file using Python
Programming
Software Development
15 Years Ago
by relb.test
… OK. Is there a way to get around this and
unzip
partial .gz files? The code I have so far is…
unzip rar files using java
Programming
Software Development
13 Years Ago
by sirlink99
I would like to make a kind of archiver that can uncompress rar files. This project will evolve into a program that will guess the password until it unlocks the file. How would I be able to
unzip
the file using java, and submit a password if it asks for one?
Unzip tar.Z file and check fianlename date by Shell Script
Hardware and Software
Linux and Unix
11 Years Ago
by PriteshP23
… have one "**tar.Z**" file. Objective is to
unzip
it by shell script and check the date. * archive: filename_20140103_1540…
Scheme unzip function help
Programming
Software Development
11 Years Ago
by Scythe1213
… I want is as follows. . . (
unzip
'((a b)(1 2))) ((a 1)(b 2)) (
unzip
'((a 1)(b 2)(c 3…))) ((a b c)(1 2 3)) (
unzip
'(
unzip
'())) (() ()) I can get my code to work for the … more than 2 lists such as the second example. (define (
unzip
l) (if (null? l) '(() ()) (map list (car l)(car(…
Re: How to Unzip a File ??
Programming
Software Development
15 Years Ago
by DangerDev
Hi, Using standard .NET classes you can zip/
unzip
only one file. as explain [URL="http://riteshk.blogspot.….eggheadcafe.com/tutorials/aspnet/9ce6c242-c14c-4969-9251-af95e4cf320f/zip--
unzip
-folders-and-f.aspx"]here[/URL], for folder zip…
Looking for log4net.dll - download will not unzip
Programming
Software Development
15 Years Ago
by TheBrenda
Looking for log4net.dll - download will not
unzip
I have been to [url]http://logging.apache.org/log4net/… incubating-log4net-1.2.9-beta.zip. Neither one will
unzip
. I have tried downloading twice and have used WinZip 12…
Unable to Unzip Windows 7 download
Hardware and Software
Microsoft Windows
15 Years Ago
by ecsave
… the file. I am using version 12 of Winzip to
unzip
the file. Can someone tell me what I am doing… or what I need to change in order to successfully
unzip
the file? Thanks, Ecsave
How Unzip a Zip file within a Zip File ?
Programming
Software Development
15 Years Ago
by laghaterohan
Hello friends, Below is the code to
unzip
a zip file . However , problem occurs when there is a … zip file...please tell me how to do that? ie..
unzip
a file withing a zip file too...?? [CODE] private void…
Re: How Unzip a Zip file within a Zip File ?
Programming
Software Development
15 Years Ago
by laghaterohan
… an application(Windows) using C#.net wherein i need to
unzip
a particular file and list the contents of that zip… so u ll get wht am saying....) Say if i
unzip
a file name Myfile.zip , My Listbox lists More 10…
Re: C++ Unzip Message String which is zipped using java.until.zip
Programming
Software Development
17 Years Ago
by guccica
hi, thanks for reply. i saw Zipios++ library in sourceforge which enable us to
unzip
the file zipped by java.util.zip. But according to info available there, the lib has been aborden for long time already. Do anyone has better suggestion on
unzip
the zip file zipped by java.util.zip? Thanks.
Re: Looking for log4net.dll - download will not unzip
Programming
Software Development
15 Years Ago
by Teme64
Both zip-files unzipped perfectly both with Windows XP's
unzip
and WinZip 12.0. Are you sure you downloaded zip-files from the Mirrors column?
Re: Unable to Unzip Windows 7 download
Hardware and Software
Microsoft Windows
15 Years Ago
by cam875
it should be an iso image file, just burn that to a blank dvd for use. no need to unrar or
unzip
.
Need some C/C++ code to unzip a zip file.
Programming
Software Development
17 Years Ago
by hafeez_sheik
Hello All, I need some C/C++ code/calls to
unzip
a zip file. Please share the code/guidence. Thanks in advance, Hafeez Shaik.
C++ Unzip Message String which is zipped using java.until.zip
Programming
Software Development
17 Years Ago
by guccica
Hi all, would need your help on unzipping message which is zipped with java.util.zip. For your information my module was written in c++. Currently i am trying to
unzip
with zlib, how ever it failed with "Z_DATA_ERROR" error. Please advice.. thanks a lot. regards brandon
Re: C++ Unzip Message String which is zipped using java.until.zip
Programming
Software Development
17 Years Ago
by guccica
hi i just recheck the encoding error, i found that on the z_stream object, it show incorrect message header error message. Really need help on how to
unzip
java.util.zip file urgently.... hope will receive comment from u all soon.. thanks.
zip/ unzip
Programming
Software Development
17 Years Ago
by kaizen202
hi all, How can i zip and
unzip
a file using SharpZipLib. I am wrking in C#. Can any one help me? Thanks in Advance
How to Unzip a File ??
Programming
Software Development
15 Years Ago
by laghaterohan
… need to upzip a file on the click of the
Unzip
button on my form. All the files(text files) in…
Can't unzip Peter Budo JSP Tutorial MVC2
Programming
Web Development
13 Years Ago
by Clzeigler
Hi, I am unable to
unzip
the attached files in this tutorial. I receive the cannot …
How to unzip folder in c#
Programming
Software Development
12 Years Ago
by bhagawatshinde
Hi guys, How to
unzip
folder in c# programatically. Thanks in advance.
Download and unzip folder
Programming
Software Development
12 Years Ago
by panda_pow
… zipped folder - but, while it is being downloaded, it will
unzip
the folder, save the folder to their Desktop and run…
Re: unzip, date, etc not available from scripts
Programming
Software Development
16 Years Ago
by masijade
They don't have a full environment. Set the environment variables you need (such as PATH) in the script.
Re: unzip, date, etc not available from scripts
Programming
Software Development
16 Years Ago
by prushik
or you can give full paths in your script. e.g. /usr/bin/less instead of less I'm sure you don't use less, but its an example the best thing to do is set the environment variables in your script, like masijade said: PATH=$PATH:/usr/bin:/usr/sbin:/sbin
Re: unzip, date, etc not available from scripts
Programming
Software Development
16 Years Ago
by masijade
That is [i]not[/i] the full path to the command. I can guarantee that "." is not what you [i]think[/i] it is. Use the full path whether setting the Path or using the full path in the command.
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC