Re: Help! wget timing out under linux

2005-01-03 Thread Vesselin Peev
Hi, I also have a dual boot configuration between WinXP and Fedora Core 3, with both fully updated. I recently downloaded a several hundred megabyte file via wget under Fedora Core 3, and there were no problems. -Vesko - Original Message - From: Paul Leppert [EMAIL PROTECTED] To:

RE: Spam?

2004-01-27 Thread Vesselin Peev
Yes, I'm getting spam originating from the list, too. Today I counted more than 10 mails carrying [EMAIL PROTECTED], all with To: [EMAIL PROTECTED] and [EMAIL PROTECTED] -Vesko -Original Message- From: Hrvoje Niksic [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 27, 2004 11:07 PM

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

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