Works like a charm on my Mac, but I'm not sure if it has got something to do with all the junk I already installed on my Mac.
Is there anyone who would like to test this script for me? All you need is a field named "path" and enter a unix path to a folder into it (/Users/ton/Desktop/TestFolder 1).
on mouseUp
set the itemdel to "/"
put fld "path" into vFolder
put item 1 to -2 of vFolder & "/" & last item of fld "path" & ".zip" into vFile
put "ditto -rsrc -c -k '" & vFolder & "' '" & vFile & "'" into vCommand
get shell(vCommand)
end mouseUp
Warm regards,
Ton Kuypers Digital Media Partners bvba Tel. +32 (0)477 / 739 530 Fax +32 (0)14 / 71 03 04 http://www.dmp-int.com
On 06 Jan 2005, at 23:42, Ton Kuypers wrote:
I'll go fo the ZIP command, let's see if I can get it working. The windows version will be next.
Tnx
Ton Kuypers Digital Media Partners bvba Tel. +32 (0)477 / 739 530 Fax +32 (0)14 / 71 03 04 http://www.dmp-int.com
On 06 Jan 2005, at 23:31, Lynch, Jonathan wrote:
Would it be possible to load the entire folder into a custom property on
a stack, compress the stack - then do the reverse upon uncompressing?
Or...
Write a script to compress each file in a folder, create a folder on the
server, and copy each compressed file to that folder?
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Frank D. Engel, Jr. Sent: Thursday, January 06, 2005 5:29 PM To: How to use Revolution Subject: Re: Compress folders
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Well, on the Mac side, you could use the "zip" utility, which is a terminal command (use the shell() f'n in Rev).
On the PC side, you would need to provide such a tool for the program (download one to a known location), but there are a number of them around.
On Jan 6, 2005, at 4:47 PM, Ton Kuypers wrote:
Hi,
I need to upload a folder containing files and subfolders to a webserver. No problems in setting that up using RR, but I need to compress the folder first...
The "compress" function only works on files, has anyone created a "FolderCompresser" which works on both Mac and PC?
The result should be a compressed file which can be uncompressed on a Windows server using WinZip.
Any help would be welcome.
Warm regards,
Ton Kuypers Digital Media Partners bvba Tel. +32 (0)477 / 739 530 Fax +32 (0)14 / 71 03 04 http://www.dmp-int.com
Met vriendelijke groeten,
Ton Kuypers Digital Media Partners bvba Tel. +32 (0)477 / 739 530 Fax +32 (0)14 / 71 03 04 http://www.dmp-int.com
_______________________________________________ use-revolution mailing list [email protected] http://lists.runrev.com/mailman/listinfo/use-revolution
- ----------------------------------------------------------- Frank D. Engel, Jr. <[EMAIL PROTECTED]>
$ ln -s /usr/share/kjvbible /usr/manual $ true | cat /usr/manual | grep "John 3:16" John 3:16 For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life. $ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (Darwin)
iD8DBQFB3buw7aqtWrR9cZoRAmU+AJ9jsgJ/c7hmNMAXWUScrCpTu1AkzgCcDP7x 573Rl0IsIAzEjZDEdly0aow= =SLKg -----END PGP SIGNATURE-----
___________________________________________________________ $0 Web Hosting with up to 120MB web space, 1000 MB Transfer 10 Personalized POP and Web E-mail Accounts, and much more. Signup at www.doteasy.com
_______________________________________________ use-revolution mailing list [email protected] http://lists.runrev.com/mailman/listinfo/use-revolution _______________________________________________ use-revolution mailing list [email protected] http://lists.runrev.com/mailman/listinfo/use-revolution
_______________________________________________ use-revolution mailing list [email protected] http://lists.runrev.com/mailman/listinfo/use-revolution
_______________________________________________ use-revolution mailing list [email protected] http://lists.runrev.com/mailman/listinfo/use-revolution
