Mauro Tortonesi <[EMAIL PROTECTED]> writes:

> unfortunately, i am not familiar with windows shell
> scripting. however, if you use python something like this should work:
[...]
>          os.execlp ("wget", format % t)

I don't think os.execlp will work under Windows.  Recent Python
versions have a more generic process-starting API that works under
Windows.

Reply via email to