X-Spam-Check-By: sourceware.org
Date: Sun, 2 Jul 2006 12:15:40 -0400 (EDT)
From: Igor Peshansky <pechtcha@cs.nyu.edu>
Reply-To: cygwin@cygwin.com
To: =?ISO-8859-1?Q?Maur=EDcio?= <briqueabraque@yahoo.com>
cc: cygwin@cygwin.com
Subject: Re: Execute command at shutdown
In-Reply-To: <e88ni0$hsu$1@sea.gmane.org>
Message-ID: <Pine.GSO.4.63.0607021209360.12741@access1.cims.nyu.edu>
References: <e88ni0$hsu$1@sea.gmane.org>
MIME-Version: 1.0
Content-Type: MULTIPART/MIXED; BOUNDARY="-559023410-824023566-1151856940=:12741"
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

---559023410-824023566-1151856940=:12741
Content-Type: TEXT/PLAIN; charset=ISO-8859-1
Content-Transfer-Encoding: 8BIT

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
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_	    pechtcha@cs.nyu.edu | igor@watson.ibm.com
ZZZzz /,`.-'`'    -.  ;-;;,_		Igor Peshansky, Ph.D. (name changed!)
     |,4-  ) )-,_. ,\ (  `'-'		old name: Igor Pechtchanski
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"Las! je suis sot... -Mais non, tu ne l'es pas, puisque tu t'en rends compte."
"But no -- you are no fool; you call yourself a fool, there's proof enough in
that!" -- Rostand, "Cyrano de Bergerac"

---559023410-824023566-1151856940=:12741
Content-Type: text/plain; charset=us-ascii

--
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/
---559023410-824023566-1151856940=:12741--
