Nah - just fire up a batch file that runs the app - which was the
initial requirement :)

Nic.


Chris Reynolds wrote:
> 
> This is only any good if you have a console app at the server end I would have 
>thought.
> 
> -----Original Message-----
> From:   Nic Wise [SMTP:[EMAIL PROTECTED]]
> Sent:   Thursday, May 20, 1999 5:27 PM
> To:     Multiple recipients of list delphi
> Subject:        Re: [DUG]:        Remote Execution
> 
> I think there is a free port of INETD, the unix port listener - you
> tell it which port to listen on, and when it gets a connection, it
> handles calling the related app, passing stdin and stdout etc. Very
> handy.
> 
> Dunno where tho - try tucows.
> 
> Nic.
> 
> Peter G Jones wrote:
> >
> > Create an automation object and use DCOM.  Or you could use some sort of
> > daemon to listen for requests and launch your program which is all DCOM is
> > anyway...
> >
> > ----- Original Message -----
> > From: Rohit Gupta <[EMAIL PROTECTED]>
> > To: Multiple recipients of list delphi <[EMAIL PROTECTED]>
> > Sent: Thursday, 20 May 1999 16:01
> > Subject: [DUG]: Remote Execution
> >
> > > Whats the easiest way to let a workstation execute an app on the
> > > server (or another workstation).
> > >
> > > Rohit
> > >
> > > ======================================================================
> > > CFL - Computer Fanatics Ltd.  21 Barry's Point Road, AKL, New Zealand
> > > PH    (649) 489-2280
> > > FX    (649) 489-2290
> > > email [EMAIL PROTECTED]  or  [EMAIL PROTECTED]
> > > ======================================================================
> > >
> > > --------------------------------------------------------------------------
> > -
> > >     New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
> > >                   Website: http://www.delphi.org.nz
> > >
> > >
> >
> > ---------------------------------------------------------------------------
> >     New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
> >                   Website: http://www.delphi.org.nz
> ---------------------------------------------------------------------------
>     New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
>                   Website: http://www.delphi.org.nz
> 
>   ------------------------------------------------------------------------
> 
>    Part 1.2    Type: application/ms-tnef
>            Encoding: base64
---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to