Generate ZIP Archives

Features wanted...
Post Reply
Harris2508
Posts: 5
Joined: 14 Feb 2010 20:26
Location: Santa Rosa, CA
Contact:

Generate ZIP Archives

Post by Harris2508 »

Perhaps this has been covered; I apologize if that's the case. For years I used PowerDesk Pro; however, that software has not been upgraded for Win-7 and so it has some rough edges in that OS. One thing that PowerDesk did that was very useful was generate ZIP archives and did it well. That would be an excellant addition to XYplorer.

I strongly urge the easy addition of ZIP archive generation to XYplorer.

--Bob Harris :D
Seek simplicity, then distrust it

j_c_hallgren
XY Blog Master
Posts: 5826
Joined: 02 Jan 2006 19:34
Location: So. Chatham MA/Clearwater FL
Contact:

Re: Generate ZIP Archives

Post by j_c_hallgren »

Harris2508 wrote:Perhaps this has been covered; I apologize if that's the case.
Yes, it has been...many many times...and if you've seen my reply in your other thread, I can maybe point you to some ideas...(oh, and apology accepted! :D )

This may be a good start:
http://www.xyplorer.com/xyfc/viewtopic.php?f=5&t=4580
And here's another possible:
http://www.xyplorer.com/xyfc/viewtopic.php?f=3&t=3649
Still spending WAY TOO much time here! But it's such a pleasure helping XY be a treasure!
(XP on laptop with touchpad and thus NO mouse!) Using latest beta vers when possible.

zer0
Posts: 2676
Joined: 19 Jan 2009 20:11

Re: Generate ZIP Archives

Post by zer0 »

If you have Win XP+, select your files, right-click on them, Send To --> Compressed (zipped) folder. Job done ;)
Reporting a bug? Have a wish? Got a question? Use search - View roadmap - FAQs: Forum + XY site
Windows 7/10
Always using the latest stable two-decimal build

Harris2508
Posts: 5
Joined: 14 Feb 2010 20:26
Location: Santa Rosa, CA
Contact:

Re: Generate ZIP Archives

Post by Harris2508 »

zer0 wrote:If you have Win XP+, select your files, right-click on them, Send To --> Compressed (zipped) folder. Job done ;)
Please pardon my lack of a timely reply, I've been away from my PC for the last few days. I'm using, on this PC, Win-7 64bit Professional. But I'm intrigued by your suggestion. Are you doing this from within XYplorer? Does it actually make an archive, or are you using this method to assemble the files for later archiving my another utility?

I apologize for my denseness on this issue! :roll:
Seek simplicity, then distrust it

zer0
Posts: 2676
Joined: 19 Jan 2009 20:11

Re: Generate ZIP Archives

Post by zer0 »

Harris2508 wrote:Are you doing this from within XYplorer? Does it actually make an archive, or are you using this method to assemble the files for later archiving my another utility?
I am doing it from within XYplorer. I use the shell context menu on a collection of items and the rest is as described above. It does make an archive. Said archive doesn't feature extras like password protection, encryption and variable levels of compression, but it's an archive ;)
Reporting a bug? Have a wish? Got a question? Use search - View roadmap - FAQs: Forum + XY site
Windows 7/10
Always using the latest stable two-decimal build

Harris2508
Posts: 5
Joined: 14 Feb 2010 20:26
Location: Santa Rosa, CA
Contact:

Re: Generate ZIP Archives

Post by Harris2508 »

zer0 wrote:
Harris2508 wrote:Are you doing this from within XYplorer? Does it actually make an archive, or are you using this method to assemble the files for later archiving my another utility?
I am doing it from within XYplorer. I use the shell context menu on a collection of items and the rest is as described above. It does make an archive. Said archive doesn't feature extras like password protection, encryption and variable levels of compression, but it's an archive ;)
Well, I must say that this little trick has escaped me all these years! I see that it's an intrinsic part of Windows that I've never actually tried before. Thank you very much for pointing this out. I would say that for 99% of the zip files I need to create this will work just fine.

I really appreciate you pointing this trick out. Very handy indeed!

--Bob :D
Seek simplicity, then distrust it

admin
Site Admin
Posts: 66360
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Generate ZIP Archives

Post by admin »

It's actually an interesting thing: the files are "sent to" a 0 byte item called "C:\WINDOWS\system32\config\systemprofile\SendTo\ZIP-komprimierten Ordner.ZFSendToTarget" (german locale). There should be ways to exploit this functionality in other ways --- maybe a CTB is possible. No time to try this though... :wink:

Stefan
Posts: 1360
Joined: 18 Nov 2008 21:47
Location: Europe

Re: Generate ZIP Archives

Post by Stefan »

admin wrote:It's actually an interesting thing: the files are "sent to" a 0 byte item called "C:\WINDOWS\system32\config\systemprofile\SendTo\ZIP-komprimierten Ordner.ZFSendToTarget" (german locale). There should be ways to exploit this functionality in other ways --- maybe a CTB is possible. No time to try this though... :wink:
FYI
It seams to be the zipfldr.dll is involved, but no one could handle to use this info on command line.

They tried without success:

opening the compressed folder view (explorer):
rundll32.exe zipfldr.dll,RouteTheCall [Zipfile].zip

rundll32.exe zipfldr.dll,<entrypoint> <arguments>
rundll32.exe zipfldr.dll,RouteTheCall c:\zipthesefiles

admin
Site Admin
Posts: 66360
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Generate ZIP Archives

Post by admin »

Stefan wrote:
admin wrote:It's actually an interesting thing: the files are "sent to" a 0 byte item called "C:\WINDOWS\system32\config\systemprofile\SendTo\ZIP-komprimierten Ordner.ZFSendToTarget" (german locale). There should be ways to exploit this functionality in other ways --- maybe a CTB is possible. No time to try this though... :wink:
FYI
It seams to be the zipfldr.dll is involved, but no one could handle to use this info on command line.

They tried without success:

opening the compressed folder view (explorer):
rundll32.exe zipfldr.dll,RouteTheCall [Zipfile].zip

rundll32.exe zipfldr.dll,<entrypoint> <arguments>
rundll32.exe zipfldr.dll,RouteTheCall c:\zipthesefiles
Thanks, but who is "they"? :)

Stefan
Posts: 1360
Joined: 18 Nov 2008 21:47
Location: Europe

Re: Generate ZIP Archives

Post by Stefan »

Oh :wink: , with "they" i meant the people which i found by googling who had discussed and tried this already.

Nothing from interests found, I read only about some asking "how" and they
getting mostly answers as "use xyz-ZIP", and some tell they had tried with said dll without success.

Post Reply