This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: cygrunsrv and .bat files ??


OK, I've verified that cygrunsrv does in fact work on my machine - I 
daemonized /bin/yes.exe just for kicks, and it runs properly.

I'm wondering, is there anything cygrunsrv doesn't like with native win32 
apps rather than cygwinized apps??  Would it be worth my while to say, 
rewrite my 2 line batch file in Perl (under cygwin), then run PerlApp to 
turn it into an executable??

>From: fred@ontosys.com
>To: Glenn Mabbutt <morebeans@hotmail.com>
>CC: cygwin@sources.redhat.com
>Subject: Re: cygrunsrv and .bat files ??
>Date: Wed, 1 Aug 2001 14:55:50 -0500
>
>cygrunsrv executes the controlled program via the execv() system call,
>which (AFAIK) doesn't understand win32 batch files.  You might try
>configuring your service to run cmd.exe as the program and give it the
>name of your batch file as an argument, so that cygrunsrv executes
>cmd.exe which then runs the batch file.
>
>On Wed, Aug 01, 2001 at 02:37:36PM -0500, Glenn Mabbutt wrote:
> > Hi. I've got a 2 line batch file that I'm trying to run as a service on
> > NT/2000 (starts a secure tunnel client which spawns vncviewer in listen
> > mode, then kills vncviewer process after secure tunnel client exits).
>
>--
>Fred Yankowski           fred@OntoSys.com      tel: +1.630.879.1312
>Principal Consultant     www.OntoSys.com       fax: +1.630.879.1370
>OntoSys, Inc             38W242 Deerpath Rd, Batavia, IL 60510, USA
>
>--
>Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
>Bug reporting:         http://cygwin.com/bugs.html
>Documentation:         http://cygwin.com/docs.html
>FAQ:                   http://cygwin.com/faq/
>


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]