Take a look at our
ThinkPads.com HOME PAGE
For those who might want to contribute to the blog, start here: Editors Alley Topic
Then contact Bill with a Private Message
ThinkPads.com HOME PAGE
For those who might want to contribute to the blog, start here: Editors Alley Topic
Then contact Bill with a Private Message
Better command window in WinXP?
-
CoolDragon
- Sophomore Member
- Posts: 203
- Joined: Fri Feb 04, 2005 11:57 am
- Location: CA, USA
Better command window in WinXP?
For programmer's like me, I like a better looking command window in WinXP. Comparing the command window of WinXP with Mac OS or Linux, the command window of WinXP is ugly.
Is there any better terminal programs for WinXP?
Is there any better terminal programs for WinXP?
Current: T43P-2687D5U: P-M 2G, 2G RAM, FireGL V3200 128M, 80G 5400 RPM(Will be 100G 7K100 when 2010 gone!), 15' UXGA, Multi Burner, Intel A/B/G, Bluetooth, 9 Cell, Fingerprint Reader, WinXP Pro
Previous: 390E, 600E, T23, X30, T40 ......
Previous: 390E, 600E, T23, X30, T40 ......
SecureCRT
I use to use NetTerm, but I have since switched to SecureCRT. But these are terminal emulators.
If you are looking for a DOS Shell, then I suggest the old stand by, Norton Commander or a variant called FAR.
You can get an evaluation copy at www.rarlabs.com
If you are looking for a DOS Shell, then I suggest the old stand by, Norton Commander or a variant called FAR.
You can get an evaluation copy at www.rarlabs.com
-
CoolDragon
- Sophomore Member
- Posts: 203
- Joined: Fri Feb 04, 2005 11:57 am
- Location: CA, USA
Well, I use Cygwin, and it uses the default Windows console window (Command Prompt) as its terminal, but it is really lame.
The best I found is called PuTTYCyg, which is a patch to Putty but communicate locally to your Cygwin. I tried, but it doesn't work on my machine, I don't know why.
The best I found is called PuTTYCyg, which is a patch to Putty but communicate locally to your Cygwin. I tried, but it doesn't work on my machine, I don't know why.
Current: T43P-2687D5U: P-M 2G, 2G RAM, FireGL V3200 128M, 80G 5400 RPM(Will be 100G 7K100 when 2010 gone!), 15' UXGA, Multi Burner, Intel A/B/G, Bluetooth, 9 Cell, Fingerprint Reader, WinXP Pro
Previous: 390E, 600E, T23, X30, T40 ......
Previous: 390E, 600E, T23, X30, T40 ......
-
Bob Collins
- Junior Member

- Posts: 279
- Joined: Sun Apr 25, 2004 2:16 pm
- Location: Palm Beach Gardens, FL
In what way exactly is the command window "ugly"?
You can change the font, the scroll back, the prompt, the colors, the editing/highlight modes through the "Properties" for the command shell and then save them.
You could use JPSoftware's 4dos type tools:
http://www.jpsoft.com/
Or you can look for Win32 executables of typical *NIX tools like cat, ls, grep, more, cp, rm, etc. These can install into your windows environment and let you work with the tools you are more familiar with.
You can change the font, the scroll back, the prompt, the colors, the editing/highlight modes through the "Properties" for the command shell and then save them.
You could use JPSoftware's 4dos type tools:
http://www.jpsoft.com/
Or you can look for Win32 executables of typical *NIX tools like cat, ls, grep, more, cp, rm, etc. These can install into your windows environment and let you work with the tools you are more familiar with.
Bob
701C, 600X, T22, G4 Powerbook
701C, 600X, T22, G4 Powerbook
I interpreted the original post as two questions: (1) command shell and (2) terminal tool (where I use NetTerm).
I don't think there is anything to do in the command shell. It works fine, and while I could imagine a different colour scheme, I don't really care for the little I need it.
I do use a shell session a fair bit, and I like NetTerm for that and work black on white in a font that works well for me.
... JD Hurst
I don't think there is anything to do in the command shell. It works fine, and while I could imagine a different colour scheme, I don't really care for the little I need it.
I do use a shell session a fair bit, and I like NetTerm for that and work black on white in a font that works well for me.
... JD Hurst
-
CoolDragon
- Sophomore Member
- Posts: 203
- Joined: Fri Feb 04, 2005 11:57 am
- Location: CA, USA
Sorry for the unclearness in my original post, I just think the "command prompt" or "command shell" which comes with Windows and on which the default Cygwin terminal is based, should have some improvements, such as:
1. You can resize it to any size
2. You can select all the mono fonts in system
3. For some reason, this cmd.exe is quite special since some interface improvement software cannot change its interface such as StyleXP or Actual transparent window or YZShadow ....
Anyway, it is enough for all the work if you don't need a GUI, but for geeks or nuts like me, I prefer to have a *NIX terminal like thing.
My finding is that:
1. You can install Cygwin if you want some *NIX tool under Windows, also it comes with gcc and other libraries and headers, so you don't need Visual Studio to do some programming. Of course, it is not targeted for GUI programming.
2. If you can, use PuTTYCyg as the terminal frontend for Cygwin, it is better than the default Windows "command shell".
3. If you cannot use PuTTYCyg like me, there is another way around: make sure you installed rxvt when installing Cygwin, and replace the cygwin.bat's content with this:
@echo off
C:\cygwin\bin\rxvt.exe -fn "Courier New-14" -bg black -fg grey -sr -sl 1000 -g 80x40 -e /usr/bin/bash --login -i
You can tweak the options, but this is also better than the default "command shell".
1. You can resize it to any size
2. You can select all the mono fonts in system
3. For some reason, this cmd.exe is quite special since some interface improvement software cannot change its interface such as StyleXP or Actual transparent window or YZShadow ....
Anyway, it is enough for all the work if you don't need a GUI, but for geeks or nuts like me, I prefer to have a *NIX terminal like thing.
My finding is that:
1. You can install Cygwin if you want some *NIX tool under Windows, also it comes with gcc and other libraries and headers, so you don't need Visual Studio to do some programming. Of course, it is not targeted for GUI programming.
2. If you can, use PuTTYCyg as the terminal frontend for Cygwin, it is better than the default Windows "command shell".
3. If you cannot use PuTTYCyg like me, there is another way around: make sure you installed rxvt when installing Cygwin, and replace the cygwin.bat's content with this:
@echo off
C:\cygwin\bin\rxvt.exe -fn "Courier New-14" -bg black -fg grey -sr -sl 1000 -g 80x40 -e /usr/bin/bash --login -i
You can tweak the options, but this is also better than the default "command shell".
Current: T43P-2687D5U: P-M 2G, 2G RAM, FireGL V3200 128M, 80G 5400 RPM(Will be 100G 7K100 when 2010 gone!), 15' UXGA, Multi Burner, Intel A/B/G, Bluetooth, 9 Cell, Fingerprint Reader, WinXP Pro
Previous: 390E, 600E, T23, X30, T40 ......
Previous: 390E, 600E, T23, X30, T40 ......
-
- Similar Topics
- Replies
- Views
- Last post
-
-
Better graphics on recent linux for x61t
by thinkpadrobert » Sun Oct 26, 2025 1:40 am » in Thinkpad X60/X61 Series incl. Tablets - 1 Replies
- 13222 Views
-
Last post by axur-delmeria
Sun Oct 26, 2025 9:40 am
-
-
-
Why is my P1 Gen 7 so much better on battery? Cool, quiet, fast — but not on AC.
by Frippe » Tue Nov 18, 2025 5:21 am » in ThinkPad P1/P14/P15/P16/P40/P50/P70 and later Series - 3 Replies
- 9718 Views
-
Last post by RealBlackStuff
Wed Nov 19, 2025 12:30 am
-
Who is online
Users browsing this forum: No registered users and 16 guests




