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: Small documention addenda


2008/11/19 Corinna Vinschen wrote:
> Btw., is there really no way to use setup.exe for automatic updates
> using some of the command line switches?  I honestly don't know.

I use a batch file like this one. I don't schedule it, but that should
not be a problem. The biggest problem is open files.

@echo off
c:
cd \Cygwin
net stop sshd
setup --quiet-mode --no-shortcuts --no-startmenu --no-desktop
net start sshd

Regards,
Frank

--
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]