Re: WGET without console window -- works!

2003-10-10 Thread Vesselin Peev
Wouldn't it be simpler to use CreateProcess (wget.exe, cmd_line, NULL, NULL, FALSE, DETACHED_PROCESS, ...) That flag will automatically hide the process. Thanks, I'll look into it as a simpler altenative solution. One nice side effect of wget source recompilation is that I was able to

Re: SSL, was WGET without console window -- works!

2003-10-10 Thread Fred Holmes
It would be nice if WGET were to launch and run without the SSL DLLs if one doesn't need SSL, and only produce an error message / halt if one tries to actually utilize SSL without having the DLLs. So far I haven't needed SSL for anything I've actually used WGET for. Or perhaps a dialog: SSL

WGET without console window

2003-10-09 Thread Vesselin Peev
Hello, I'm using the Windows version of wget 1.9. My program uses it for downloading stuff (an antivirus update) from the Internet. The program is invisible to the user while the updating takes place, so naturally wget should be invisible too. That is why I've used the SW_HIDE flag for the