Monday, July 5, 2010
Playing with DOS and Mastering the DOS
Jan
color bf - where b is the background color while f is for the foreground color
color f0 - it will produce a cmd as white background and black color for typing
To revert to the original color scheme, type color without any arguments.
2. Change the Title of the Window to reflect the current time
title your_name %time%
eg title Vaseem %time%
That %time% will append the current timestamp to the Window’s title.
3. Navigate the Command History using Keyboard
If you have a long list of commands in the history, press the function key F7 to navigate through the history list using the arrow keys.
And if you already know the command number, press F9 and directly type that number. Very useful if you have to run some command repeatedly.
No Comments Yet
Related Posts
Post a Comment
Comment please let me know your opinion