This is a blog where I am posting the solutions to daily computing problems. Also I am posting my own made programs of C,C# so that you people can learn from it. I also have added a page of Ask Me where you can ask me any question and I will try to answer your question regarding computing.
Friday, 13 September 2013
Save The Output Of Command To A File
A very useful trick for the command prompt users.You can save the output of any command that is produced in the Command Prompt window in any file.
For Example,if you want the information about your computer through the systeminfo command so you can save the output of that command in any file.
Let me demonstrate it.You write
systeminfo > d:computerinfo.text to save the output provided by the command systeminfo in a file.You could then use this file anywhere.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment