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/