X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: =?ISO-8859-1?Q?Maur=EDcio?= Subject: Re: Execute command at shutdown Date: Sun, 02 Jul 2006 13:53:31 -0300 Lines: 29 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) In-Reply-To: X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Igor Peshansky wrote: > On Sun, 2 Jul 2006, Maurício wrote: > > >> Hi, >> >> Is it possible, using some cygwin functionality, to tell Windows to >>execute a command at shutdown? For instance, I would like to have: >> >>ipconfig.exe /release >> >>executed everytime I shutdown Windows, since I need that to avoid >>problems with my cable provider when using dual-boot. How can I do that? > > > One thing that comes to mind is a program that invokes the command you > want on SIGHUP, installed as a service with cygrunsrv that will terminate > at shutdown, with HUP as the termination signal. Beware, though, that > services have a certain period of time in which to stop, after which the > service process will be terminated by Windows. > > If I were you, I'd look into using the Windows hooks for this, instead. > HTH, > Igor > I am not able to find those Windows hooks :( Maurício -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/