Re: [ANNOUNCEMENT] New Package: email-2.3.0-2

2004-10-25 Thread Stephen Powell
"Ross Smith II" <[EMAIL PROTECTED]> writes: > The following package has recently been added to the Cygwin distribution: > > email-2.3.0-2: Summary: The path to the fortune program is "/usr/bin/fortune", email thinks it is "/usr/games/fortune". Detail: I put "%f" in "/etc/email/email.sig" to

Re: good top program for Cygwin

2004-02-19 Thread Stephen Powell
286 24 SVCHOST.EXE [...] -- Stephen Powell stephen_powell optusnet.com.au -- 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/

Re: cron and hibernate

2003-10-15 Thread Stephen Powell
in\bin\sh.exe /c/somePath/P.sh", 0, True) Wscript.Quit(intErr) --End P.vbs-- and schedule it as "C:\WINDOWS\SYSTEM32\WSCRIPT.EXE //b c:\somePath\P.vbs" under the task scheduler. -- Stephen Powell [EMAIL PROTECTED] -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: Writing to the Windows Event Log

2003-06-19 Thread Stephen Powell
-p info -t "This is my Program" "This is my message" The -p parameter is info, warn or error and is written to the type field. The -t parameter is written into the source field of the event record. The message is written to the description field of the event recor

Re: 1.3.15 on W2K: return codes, bash, cmd.exe

2002-12-06 Thread Stephen Powell
rc=0 Without /b: $ cat b.bat exit 2 $ cmd /c b.bat ; echo rc=$? C:\winnt\temp>exit 2 rc=2 $ cmd /ver Microsoft Windows 2000 [Version 5.00.2195] (C) Copyright 1985-2000 Microsoft Corp. -- Stephen Powell [EMAIL PROTECTED] -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-si

Re: Mathematical Functions

2002-05-04 Thread Stephen Powell
quires a variant redirection > syntax: > BASH & ash: [...] > commandThatProducesErrorMessages >allOutput 2>&1 In BASH you can also use &> to redirect standard output and standard error to the same place. I find this easier to type. See the BASH man pag

Re: ps and linking to cygwin.dll

2002-04-25 Thread Stephen Powell
the parent process (PPID) of the Windows registry editor (regedit) is the bash shell. -- Stephen Powell [EMAIL PROTECTED] -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/