I am using Windows XP SP2.
No matter which command I issue to wget, the SYSTEM_WGETRC and
syswgetrcvariables display, even when I use the "quiet" option.

C:\PROGRA~1\GnuWin32\bin>wget -V
SYSTEM_WGETRC = c:/progra~1/wget/etc/wgetrc
syswgetrc = C:\PROGRA~1\GnuWin32/etc/wgetrc
GNU Wget 1.11.4

Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://www.gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Originally written by Hrvoje Niksic <[email protected]>.
Currently maintained by Micah Cowan <[email protected]>.

C:\PROGRA~1\GnuWin32\bin>wget http://www.google.com
SYSTEM_WGETRC = c:/progra~1/wget/etc/wgetrc
syswgetrc = C:\PROGRA~1\GnuWin32/etc/wgetrc
--2009-04-06 15:36:00--  http://www.google.com/
Resolving www.google.com... 74.125.95.103, 74.125.95.104, 74.125.95.147, ...
Connecting to www.google.com|74.125.95.103|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: `index.html'

    [ <=>

              ] 5,051       --.-K/s   in 0s

2009-04-06 15:36:00 (122 MB/s) - `index.html' saved [5051]


C:\PROGRA~1\GnuWin32\bin>wget http://www.google.com -q
SYSTEM_WGETRC = c:/progra~1/wget/etc/wgetrc
syswgetrc = C:\PROGRA~1\GnuWin32/etc/wgetrc

C:\PROGRA~1\GnuWin32\bin>


How can I suppress this feedback printing of the SYSTEM_WGETRC /
syswgetrcvalues?

Thank you.

Reply via email to