Create a zip file that doesn't create a folder when opened, Mac OS X
- by MZimmerman6
I am wondering if there is any way of easily creating a zip file that contains a bunch of files. However, when I double-click to open this zip file, I do not want it to create a subdirectory with the same name as the zip file, I just want all of the files to be extracted into the directory where the zip files is stored.
Is there a certain flag I can add in terminal to do this, or any program that does this.
Thanks for your help!