topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Saturday April 27, 2024, 12:02 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - rookie1 [ switch to compact view ]

Pages: [1]
1
Hello,

I've been trying to compress all the files in a particular folder via command line.
There are about 50 files in the folder, I would like all the files from that folder to be compressed in to one 7zip, but without the folder.
As in, if you decompress it on your desktop, you would have a mess :). That's what I'm looking for.
So far I've come up with:

code:
7za.exe a all_files.7z all_files\*

But if I do it like this, it will include the folder, so I get a compressed folder and not 50 seperate files that are being compressed.

I've been looking all over, but couldn't find anything about this. Help would be much appreciated.

Kind regards,

Pages: [1]