Development and Projects Accomplished
Tips and Tricks
Music Profile
Thursday, September 20, 2012
Command Prompt output to file
Sometimes we would like to send the Command Prompt Output as reports. To pass any output to a text file specify this command after your action command:
> c:\MyText.txt
Example:
ping -t 40.15.20.20 > d:\pingTest.txt
No comments:
Post a Comment