Hi there guys. First of all I'd like ot thank you for the great software that you always write :).
This time (for the first time) I encountered a little problem with the wget version for Windows. The problem is the following: I run wget with -N option in order not to fetch old files. So I decided to test what would have happen if there's no route to the host I'm trying to fetch the file from. So I got Error on the host resolution wich is 100% normal, a second error: unlink: No such file or directory that I couldn't understand and a third one: UNKNOWN ERROR on the host again i.e. thehost.com: Unknown error. So ... what is my biggest problem?! I use ERRORLEVEL in a .bat file that runs wget in order to find out if the file had been fetched ok, but apparently when I get the unknown error the ERRORLEVEL is not set to anythig! Is there any way to workaround this?! Thank you in forward :)
