>________________________________ > From: Henrik Holst <[email protected]> >To: Peter Genczler <[email protected]> >Cc: [email protected] >Sent: Wednesday, February 1, 2012 12:39 PM >Subject: Re: [Bug-wget] -q option not work > >-q does not disable the output file, it only tells wget to not display >progress, status etc. > >On Unix you would perform what you want with -O /dev/null, I don't know if >there is a windows equivalent though. > >/hh >Den 1 feb 2012 18:36 skrev "Peter Genczler" <[email protected]>: > >> Hello, >> >> I would like to use wget for windows(Wget 1.11.4) refresh my dtdns >> account only, so I use the -q option, but wget makes output file :-(. >> >> My windows version: Win XP SP3 hungarian.
Instead of /dev/null in Windows there's \\?\Device\Null and it's referred to using the reserved name NUL. So do -O NUL
