Re: [Pythonmac-SIG] Automize a droplet

2009-11-09 Thread Jerry LeVan
On Nov 9, 2009, at 6:00 AM, pythonmac-sig-requ...@python.org wrote: On 11/7/09 7:39 PM, the Shelter wrote: Hi all, I wanna control/ trigger the process of a file being handed over to a droplet- is this doable? I haven't even found a way to do this in AppleTalk or on the command line yet

Re: [Pythonmac-SIG] Automize a droplet

2009-11-08 Thread Ned Deily
In article <111363.73671...@web56308.mail.re3.yahoo.com>, the Shelter wrote: > droplets are little mac apps that get triggered by dragging and dropping a > file on them. > In my case there exists such a droplet app that creates txt output I need to > infterface w/. > So I wanna trigger the proc

Re: [Pythonmac-SIG] Automize a droplet

2009-11-08 Thread the Shelter
n Walzer > Subject: Re: [Pythonmac-SIG] Automize a droplet > To: pythonmac-sig@python.org > Date: Sunday, November 8, 2009, 1:48 PM > On 11/7/09 7:39 PM, the Shelter > wrote: > > Hi all, > > > > I wanna control/ trigger the process of a file being > handed over

Re: [Pythonmac-SIG] Automize a droplet

2009-11-08 Thread Kevin Walzer
On 11/7/09 7:39 PM, the Shelter wrote: Hi all, I wanna control/ trigger the process of a file being handed over to a droplet- is this doable? I haven't even found a way to do this in AppleTalk or on the command line yet ... Any suggestion is highly appreciated. Cheers, S Can you be more

[Pythonmac-SIG] Automize a droplet

2009-11-07 Thread the Shelter
Hi all, I wanna control/ trigger the process of a file being handed over to a droplet- is this doable? I haven't even found a way to do this in AppleTalk or on the command line yet ... Any suggestion is highly appreciated. Cheers, S __