RE: Bash extremely slow when started via task scheduler

2003-10-10 Thread Pensa, Pascal
From: Chris January [mailto:[EMAIL PROTECTED] >I assume you are using Windows 2000? Could it be that Cygwin is waiting for >the caption of the console window to change, but it never does because it's >on a hidden desktop? It's a NT4 Domain Controller, but probably this issue is not specific to t

RE: Bash extremely slow when started via task scheduler

2003-10-09 Thread Pensa, Pascal
From: Igor Pechtchanski [mailto:[EMAIL PROTECTED] >You could put an "exec >/dev/null 2>&1 script instead. Thanks Igor, it works fine ! Pascal - congratulations to the cygwin team for this wonderful w32 unix-like -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports

RE: Bash extremely slow when started via task scheduler

2003-10-09 Thread Pensa, Pascal
From: Jason Tishler [mailto:[EMAIL PROTECTED] >Why not use cron instead? > >Jason Thank you for suggestion but it's an application server managed by non-UNIX 'mouse users' which may manually start the task, so it should be simple for them. It seems that not having an output window slows down the

Bash extremely slow when started via task scheduler

2003-10-09 Thread Pensa, Pascal
Hi, As it's my first post, I hope I'm in the right list for my question, if not I apologize and hope you'll tell me on which list I may ask (I didn't have access to newsgroups from my location, only mail) I'm trying to schedule a bash script via the MS task scheduler, this works well when the use