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
-
-
Invalid tar magic with tar command. Help.
by Blender » Fri Jan 06, 2017 1:35 am » in Linux Questions - 2 Replies
- 811 Views
-
Last post by jaspen-meyer
Mon Jan 09, 2017 2:06 am
-
-
- 28 Replies
- 4707 Views
-
Last post by nforce4max
Sat Jun 10, 2017 10:52 pm
-
-
x41 Pen driver for winxp
by D L Davis » Sun Jan 08, 2017 2:00 am » in ThinkPad X2/X3/X4x Series incl. X41 Tablet - 1 Replies
- 370 Views
-
Last post by rkawakami
Sun Jan 08, 2017 3:26 am
-
-
-
PC Doctor ThinkVantage Toolbox -- WinXp 32-bit
by SimonA » Fri Mar 24, 2017 4:37 am » in Windows OS (Versions prior to Windows 7) - 2 Replies
- 1066 Views
-
Last post by Haxoc112
Mon May 29, 2017 9:00 pm
-
Who is online
Users browsing this forum: No registered users and 2 guests




