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.
  1. g2c

    Windows 8.1 redirecting .bat output to a file

    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
Back
Top