someone care to test Compress folders?

2005-01-07 Thread Ton Kuypers
Worked this one out for the Mac part...
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
use-revolution@lists.runrev.com
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
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: someone care to test Compress folders?

2005-01-07 Thread Klaus Major
Dag Ton,
Worked this one out for the Mac part...
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
Dat werkt heelemal goed :-)
Works very nice :-)
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
Groetjes and regards
Klaus Major
[EMAIL PROTECTED]
http://www.major-k.de
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: someone care to test Compress folders?

2005-01-07 Thread Ton Kuypers
Dag Klaus,
Bedankt voor het testen
Hi Klaus, thanks for testing.
Met vriendelijke groeten,
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 07 Jan 2005, at 11:07, Klaus Major wrote:
Dag Ton,
Worked this one out for the Mac part...
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
Dat werkt heelemal goed :-)
Works very nice :-)
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
Groetjes and regards
Klaus Major
[EMAIL PROTECTED]
http://www.major-k.de
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: someone care to test Compress folders?

2005-01-07 Thread Klaus Major
Hi Ton,
Dag Klaus,
Bedankt voor het testen.
Hi Klaus, thanks for testing.
Graag gedaan :-)
You're welcome :-)
Additional info for other OS X users!
Ton's script will poduce a ZIP archive that can also be decompressed
by the system by simply doubleclicking the file in the finder.
Very cool, indeed!
Met vriendelijke groeten,
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
Regards
Klaus Major
[EMAIL PROTECTED]
http://www.major-k.de
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Compress folders

2005-01-06 Thread Ton Kuypers
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
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Compress folders

2005-01-06 Thread Frank D. Engel, Jr.
-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
use-revolution@lists.runrev.com
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
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


RE: Compress folders

2005-01-06 Thread Lynch, Jonathan
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
 use-revolution@lists.runrev.com
 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
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Compress folders

2005-01-06 Thread Ton Kuypers
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
use-revolution@lists.runrev.com
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
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Compress folders

2005-01-06 Thread Richard Gaskin
Ton Kuypers wrote:
 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?
If you'll be using Rev to decompress the files also you could write a 
loop that gets all the contents of the folder and compresses them into 
separate custom properties in a stack file.

--
 Richard Gaskin
 Fourth World Media Corporation
 __
 Rev tools and more: http://www.fourthworld.com/rev
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution