This is the mail archive of the cygwin 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]
Other format: [Raw text]

Re: Execute command at shutdown


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"
--
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/

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