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


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
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