Transparent Command Prompt
I like command prompt of Windows XP and this is my secod post about it. But when I saw the command prompts in Linux and MacOS I became very fond of the transparent command prompt windows. How would it be if Windows has something like this ?
Now there is a command prompt window hack called Console at Source Forge. You can download it at the given link. There will be an updated version available. It isn’t really a console, it’s a front end for the console. cmd.exe is still running and doing all the work, but the Console front end is capturing and showing the output itself.
In order to change any of the settings in the console, just edit the console.xml file. Most of the values are documented as a XML file from goitexpert.com. Here is the link for the XML file http://www.goitexpert.com/article-files/console.xml. only one In that the only one that isn’t mentioned is how to change the window size.
So to resize the window just change the values in the following line;
<size rows=”30″ columns=”80″ buffer_rows=”5000″ />
Reduce the values and you will get a smaller window, larger numbers get you larger windows.
After you have changed the screen you may be interested in watching a movie in it. Here is how you can do that.
Watch STAR WARS in command prompt.
If you liked this article you can Subscribe to my RSS Feed or Subscribe by Email
Related Posts :
- How To Customize the Windows Command Prompt
- Watch STAR WARS in command prompt
- Turn your PC into an Intrusion Detection System
- How To Connect To The Internet Using Your Broadband Connection On A Linux System
- Free Commander : A Windows Explorer on Steroids











January 5th, 2008 at 12:43 am
Hey,
just to let you know, if you are going to use material from our website (goitexpert.com) please link back to the original article. We don’t mind if you take the content as long as you give credit where credit is due. If you would like to partner with us, drop me a line at the provided email.
Thanks.
January 6th, 2008 at 9:46 am
I got this content from my friend and I don’t know that it was from you. I will definitely link back and you can see that from my previous posts.
Thanks for the comment.
September 14th, 2008 at 11:07 am
[...] a few changes that can be made to the command prompt to look a little friendlier.You can even make transparent command prompt. The prompt itself can be customized, which by default displays C: or the path you’re [...]