Zipping an application package by script

Brian Yennie briany at qldlearning.com
Wed Sep 10 18:38:41 EDT 2008


Stephen,

I would really consider using the "tar" command through shell(). It's  
purpose in life is primarily to archive directories, and it can zip  
things up automatically. Here is a very basic guide:

http://www.cpqlinux.com/tar.html

With tar, this is a shell() one-liner. Just treat the app like an  
ordinary directory.

Hopefully I'm not missing some other requirement, in which case I'll  
shut up =).

- Brian





More information about the use-livecode mailing list