New
#1
How to get commnd prompt data to a file
I'm running a bat file in Command Prompt and want to capture it's output to a text file.
I though "> filename" on the end of the command would redirect to a file, but it writes an empty file.
Any solution ?
Thanks.