You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
wget
About this tag
Discussions about using wget on Windows, including redirecting its output from batch files. Users seek help capturing wget's console output when called from .bat scripts, as standard redirection may not capture wget's output. Topics cover command-line usage, scripting, and troubleshooting output redirection in Windows environments.
Hello, I would like to save for further processing all the output of a .bat file. This .bat calls wget and if i call the .bat with
>test.bat > test.txt
the .txt file is filled with whatever dos prints to the screen but NOT the output from wget
Thanks in advance for your help