Re: WO command line application

2007-11-28 Thread John Huss
If you use Project Wonder you can use ERXMainRunner for this. John On Nov 28, 2007 1:51 AM, Helmut Schottmüller <[EMAIL PROTECTED]> wrote: > Hi, > > I want to build a WO command line application to use EOF to fill up > some databases. This application should be called by a cro

Re: WO command line application

2007-11-28 Thread Q
I played with doing this a while back and found this article which helped: http://worldofwebobjects.blogspot.com/2006/04/command-line-tool-for-fetching-with.html On 28/11/2007, at 5:51 PM, Helmut Schottmüller wrote: Hi, I want to build a WO command line application to use EOF to fill up

Re: WO command line application

2007-11-28 Thread Paul Lynch
On 28 Nov 2007, at 07:59, Art Isbell wrote: On Nov 27, 2007, at 9:51 PM, Helmut Schottmüller wrote: I want to build a WO command line application to use EOF to fill up some databases. This application should be called by a cron job. I think I have to use EOClientApplicationSupport... Does

Re: WO command line application

2007-11-28 Thread Helmut Schottmüller
Hi Art, this is a very good hint! Thanks a lot. Regards, Helmut Am 28.11.2007 um 08:59 schrieb Art Isbell: On Nov 27, 2007, at 9:51 PM, Helmut Schottmüller wrote: I want to build a WO command line application to use EOF to fill up some databases. This application should be called by a

Re: WO command line application

2007-11-27 Thread Art Isbell
On Nov 27, 2007, at 9:51 PM, Helmut Schottmüller wrote: I want to build a WO command line application to use EOF to fill up some databases. This application should be called by a cron job. I think I have to use EOClientApplicationSupport... Does anyone know where I could find code examples

WO command line application

2007-11-27 Thread Helmut Schottmüller
Hi, I want to build a WO command line application to use EOF to fill up some databases. This application should be called by a cron job. I think I have to use EOClientApplicationSupport... Does anyone know where I could find code examples on how to build a command line application with WO