| How do I direct the output from a command to a
specified file?
I'd like my output to go to the file
c:\temp\rtrates.csv.
I'm using this command from the dos prompt
httrack --get <http://www.xe.com/dfs/datafeed.cgi?schlumberger-sema> -O
c:\temp\rtrates.csv -b0
The output is c:\temp\rtrates.csv\datafeed83f1.cgi.
The file datafeed83f1.cgi has what I want in it but I
want it to go to the file c:\temp\rtrates.csv.
How do I (or can I) do this?
Thank you,
Tony
| |