Showing posts with label Command Prompt Tricks. Show all posts
Showing posts with label Command Prompt Tricks. Show all posts
Monday, December 16, 2013
Wednesday, December 4, 2013
Cool CMD Hacks
Looking for cool CMD hacks? Here are top cool CMD hacks that are easy to learn but they can be very useful.
1)CMD Hacks : Change CMD Title
Here is simple hack that will change cmd title .
Just Click on Start
Tuesday, December 3, 2013
How To Use Command Prompt as a Calculator
The command processor CMD.EXE comes with a mini-calculator that can perform simple arithmetic on 32-bit signed integers:
C:\>set /a 2+2
4
C:\>set /a 2*(9/2)
8
C:\>set /a (2*9)/2
9
4
C:\>set /a 2*(9/2)
8
C:\>set /a (2*9)/2
9
Sunday, December 1, 2013
How To Change The Colour Of Command Prompt (DOS)
1-Click on Start from the taskbar
2-Type cmd
3-Press Enter and it will take you to MS DOS environment.
4-Type "color f" without quotes.
2-Type cmd
3-Press Enter and it will take you to MS DOS environment.
4-Type "color f" without quotes.
Subscribe to:
Posts (Atom)




