Huge Discounts on Mobiles, Books, Cameras, Computers etc: @Flipkart
Flipkart.com

Tuesday, January 06, 2015

Changing Title of Command Prompt

Sometimes it is annoying when you can't easily distinguish which is what, when you work with multiple Command Prompt consoles in Windows. For eg: may be you are working on multiple nodejs applications and all your command prompts show the title as : "C:\windows\system32\cmd.exe - node app.js".

You can easily fix this using the TITLE command in DOS. In the console, just type "TITLE My App1" and press enter. Voila, you would see that the command window title now changed to "My App1". So next time you start nodejs, it would be "My App1 - node app.js"

Ain't that a cool way to be easily organized and avoid the frustration?!


More info:
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/title.mspx




No comments:

Post a Comment