11
2
If ran without parameters my wget
prints:
D:\>wget
SYSTEM_WGETRC = c:/progra~1/wget/etc/wgetrc
syswgetrc = c:/progra~1/wget/etc/wgetrc
D:\Apps\Util\wget: missing URL
Usage: D:\Apps\Util\wget [OPTION]... [URL]...
Try `D:\Apps\Util\wget --help' for more options.
This probably means, that is looks for file wgetrc
in c:/progra~1/wget/etc/wgetrc
. Unfortunately, this location is unavailable for non-root programs. I was thinking I can modify SYSTEM_WGETRC
or syswgetrc
environment variables, but this looks having no effect
D:\>echo %SYSTEM_WGETRC%
d:\apps\util\wgetrc
D:\>echo %syswgetrc%
D:\APPS\Util\wgetrc
Ouch that is so darn weird. Why do you get forward slashes c:/ ? It should be C:\ – barlop – 2013-01-01T19:49:07.893
also funny that your wget tells you about wgetrc, mine doesn't. Maybe we have some setting different. But what version of wget do you have? – barlop – 2013-01-01T20:04:08.330