unzipping files

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

our server utilizes mr. mirror to backup data to an external drive. the data
is zipped. our server recently lost the main hard drive and we have replaced
it. is there a way to unzip the entire backup drive easily?
 
If u had a recursive reentrant macro app it would be 1 line.

My routine ZipIT I think will unzip zips within zips & do
multiple zips from its browser.

Get some newbie 2 do it :)

HTH-Larry

our server utilizes mr. mirror to backup data to an external drive. the data
is zipped. our server recently lost the main hard drive and we have replaced
it. is there a way to unzip the entire backup drive easily?


Any advise given is my attempt to show appreciation for all
the excellent help I've received here but I'm no MVP so it
may only apply NUGS (Normally, Usually, Generally, Sometimes :)
 
To use a dos based pkunzip program. The unzip command would contain
something like this:

pkunzip -d F:\*.*

where F:\ is your backup disc.

hope this helps.
 
At this stage, i will try anything.
--
c tyler


Larry(LJL269) said:
If u had a recursive reentrant macro app it would be 1 line.

My routine ZipIT I think will unzip zips within zips & do
multiple zips from its browser.

Get some newbie 2 do it :)

HTH-Larry




Any advise given is my attempt to show appreciation for all
the excellent help I've received here but I'm no MVP so it
may only apply NUGS (Normally, Usually, Generally, Sometimes :)
 
Back
Top