Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Windows 2003/XP Send to: Compressed (zipped) Folder

1 view
Skip to first unread message

chadwic

unread,
Nov 19, 2004, 1:51:11 PM11/19/04
to
I am researching the Windows 2003/XP Send to: Compressed (zipped) Folder
option, particularly, I wanted to see if command line options for zipping
files/folders are available natively within either the Windows 2003 or XP OS.
When I look at the properties of the Compressed (zipped) Folder, I found
that this option uses .ZFSendToTarget, which when researched appears to be a
type of file extention for Compressed Folder SendTo Target File.

I guess a simple question would be, are there any command line options
available natively in Windows 2003/XP to zip files/folders into a
compressed(zip) file?

Thanks,

-chadwic

daveszt

unread,
Mar 29, 2005, 5:23:04 AM3/29/05
to
I am also trying to do this. did you manage to get a command line entry?

chadwic

unread,
Mar 30, 2005, 10:13:08 AM3/30/05
to
not yet, so far no help has been provided, i have posted an email to the
"Hey, Scripting Guy!" and yet have no response.

Agent_9191

unread,
Mar 30, 2005, 2:47:01 PM3/30/05
to
Look into creating a Windows Shell Script and making use of the COMPACT.EXE
(located in C:\Windows\System32 by default). Open up a command window and
just pass the /? parameter to see all the options available.

You could possibly make use of the DLL that the Send To option is making use
of, but I've never tried my hand at that...I'm sure you could find a way to
wrap the compact option into what you're trying to do.

Agent_9191

unread,
Mar 30, 2005, 2:49:03 PM3/30/05
to
Look into creating a Windows Shell Script and making use of the COMPACT.EXE
(located in C:\Windows\System32 by default). Open up a command window and
just pass the /? parameter to see all the options available.

You could possibly make use of the DLL that the Send To option is making use
of, but I've never tried my hand at that...I'm sure you could find a way to
wrap the compact option into what you're trying to do.

Alexander

unread,
Apr 4, 2005, 12:41:31 PM4/4/05
to
use 7-Zip .. easy to use in command line and it's a GNU-licensed Tool ;-)

http://www.7-zip.org/

0 new messages