creating a zip or cab file

H

Help me

Hello

I have a folder with 135 photos and I want to compress then into 1 file to
make it faster to ftp. I want to do this via dos batch... I know that
windows has a send to compressed folder functionality but how can I use it in
a batch.''
 
L

Lanwench [MVP - Exchange]

Help me said:
Hello

I have a folder with 135 photos and I want to compress then into 1
file to make it faster to ftp. I want to do this via dos batch... I
know that windows has a send to compressed folder functionality but
how can I use it in a batch.''

I don't believe the native zip stuff in Windows has a command line
interface. Plenty of third party zip utilities do, though.
 
B

Bob I

WHY do you want to do this via "dos batch"? Just r-click the folder,
and select "Send To", "Compressed Folder".
 
B

Big Al

Lanwench said:
I don't believe the native zip stuff in Windows has a command line
interface. Plenty of third party zip utilities do, though.

Winzip does have a add on package for the dos command line.
http://www.winzip.com/prodpagecl.htm
This is for version 11.
I have winzip 6.x and I think it started in that version. Just never
upgraded. I finally bought winrar and it does it all.
And winrar makes zips and does command line by the way.
 
H

Help me

because thats what I need to do

Bob I said:
WHY do you want to do this via "dos batch"? Just r-click the folder,
and select "Send To", "Compressed Folder".
 
B

Big Al

Lanwench said:
I don't believe the native zip stuff in Windows has a command line
interface. Plenty of third party zip utilities do, though.
I correct my self, I just noticed you used the word 'native'. And that
I agree with.
 
T

Twayne

Hello
I have a folder with 135 photos and I want to compress then into 1
file to make it faster to ftp. I want to do this via dos batch... I
know that windows has a send to compressed folder functionality but
how can I use it in a batch.''

If speed is your only concern, you need to think about what you're
doing. For instance, .bmp files will compress a lot when zipped but
..jpg and some other compressed files might get even bigger when they are
zipped, due to the overhead of the zipper.
It's still useful though just to get them all into one single file
for transport, IMO.

HTH
Twayne
 
P

Pegasus \(MVP\)

Help me said:
Hello

I have a folder with 135 photos and I want to compress then into 1 file to
make it faster to ftp. I want to do this via dos batch... I know that
windows has a send to compressed folder functionality but how can I use it
in
a batch.''

Further to what the other respondents said: Your photos
are probably .jpg files, which means that they are already
compressed. Zipping them up would reduce their size
by less than 5%, which seems hardly worth the trouble.
 
L

Lanwench [MVP - Exchange]

Pegasus (MVP) said:
Further to what the other respondents said: Your photos
are probably .jpg files, which means that they are already
compressed. Zipping them up would reduce their size
by less than 5%, which seems hardly worth the trouble.

All true....except if you're trying to send a bunch of data via FTP via a
script or something, a single file being easier to manipulate, which is what
I assume the OP is trying to do. :)
 
H

HeyBub

Pegasus said:
Further to what the other respondents said: Your photos
are probably .jpg files, which means that they are already
compressed. Zipping them up would reduce their size
by less than 5%, which seems hardly worth the trouble.

Actually, it might INCREASE their size by 5%. It's like eating candles - you
won't know if it's any good until you try.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top