Hello Klaus,

on mouseup
put shell ("zip /Users/sahores/Desktop/dess-capture.qtbr.zip /Users/sahores/Desktop/dess-capture.qtbr") into aaa
answer aaa
put shell ("unzip -j /Users/sahores/Desktop/dess-capture.qtbr -d /Users/sahores/Desktop/") into aaa
answer aaa
end mouseup


To get help about zip/unzip options, type in a shell window "zip -h"/"unzip -h"

Tchuss :)


Le 14 d�c. 04, � 18:39, Klaus Major a �crit :

Hi friends,

i know this has been discussed before, but if i remember right
with no really satisfying results...

Does anyobody know if we can compress (zip, gz or whatever) an application
bundle on OS X via "shell", just like the OS does via the context-menu in the finder?


If yes, a little hint to the syntax will be appreciated...


Thanks a lot in advance.


Regards

Klaus Major
[EMAIL PROTECTED]
http://www.major-k.de


P.S. I found and tried "ditto" in the terminal:

 ditto --rsrc weihnachtsbaum.app weihn.cpio

but the resulting file "weihn.cpio" is exactly the same appbundle as the original package,
even the size is identical... Nothing to see of any kind of compression...?


Tried:

 ditto -c --rsrc weihnachtsbaum.app weihnachten.zip

results in the "weihanchten.zip" file, but is still as big as the original...

What the heck are the correct flags to compress and decompress via "ditto"? :-)

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


--
Bien cordialement, Pierre Sahores

100, rue de Paris
F - 77140 Nemours

[EMAIL PROTECTED]
[EMAIL PROTECTED]

GSM:   +33 6 03 95 77 70
Pro:      +33 1 64 45 05 33
Fax:      +33 1 64 45 05 33

<http://www.sahores-conseil.com/>

WEB/EAI services & ACID DB over IP
"Mutualiser les deltas de productivit�"

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to