"Peter Cooper" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Marcelo > > b) pass parameters from the command line > but you could stuff them in a disk file of a predefined name and the > read them in
Yes you can. See the Peter Cooper archives for sample shell scripts (for Unix, at least). I did these for a German Bank system. I assume the same tricks could be done in windows but have never tried. I know there are implementations of UNIX shell languages that run under window. The scripts actually run a terminal session and pass lines directly into it. The even allow multiple lines if desired. John Bertoglio Senior Consultant co-laboratory office: 503-538-8691 mobile: 503.330.6713 fax: 503.538.8691 www.co-laboratory.com > > Or you could make a Delphi/VB wrapper that makes a call to the Cache > Factory > > Peter > > On Sun, 1 Aug 2004 12:16:36 +0200, "Marcelo Blasco" > <[EMAIL PROTECTED]> wrote: > > >Hello everybody. > > > >I need to exectue a Cache class method or routine from the Windows command > >prompt and I need to pass in some parameters to it. Can anybody post an > >example of how to do that? > > > >Thanks. > > > >Marcelo > > >
