It's come to my attention from friends that whenever I send them compressed (zipped) files from my Mac, it auto adds a folder called Mac OSX that makes it confusing for them. How can I get rid of it when my Mac compresses files?
I get this all the time too, plus OS X likes to drop little hidden files everywhere when copying to a network share.
It sounds like a PITA, but have you tried using "zip" from terminal?
$ zip -r archive.zip filename1 filename2 ... filenameN
the reason why I got a mac was to escape all the "dos command" programming stuff..![]()
the reason why I got a mac was to escape all the "dos command" programming stuff..![]()
OS X is based off of Unix..so it uses the terminal even more so than Windows. But its possible to get by without it, you just have more power with it.
I use CleanArchiver when I need to zip something for a Windows user. Works very well. I keep the icon in the dock and when I need to zip something (file or dir) I just drag it to the dock icon.
http://www.sopht.jp/cleanarchiver/
I originally found it at macupdate, but I prefer to use the actual author's site to get the newest info/version.
Documentation (in Japanese) scares me...
You can create a folder with the name you want, put files into it, and compress the folder. The zip will then expand to the name of the folder that you named instead of Mac OSX.
The problem is that the built-in "compress" in Finder adds Mac-specific files such as files that have . and a directory called _MACOSX\zipfilename
You can't see these on a Mac, but you can on a Windows system and it rightfully confuses Windows users. I found out the hard way when I would send 2 webtrends javascript files zipped to people and I would tell them "place the 2 files in the attached zip archive in your /blah directory." They would write back "which 2 files, there are 4 and a sub directory with yet more files."