"Styled" Command Prompt
#1
Posted 31 July 2004 - 03:45 PM
#2
Posted 31 July 2004 - 08:17 PM
http://support.microsoft.com/default.aspx?...kb;en-us;306509
#3
Posted 01 August 2004 - 12:36 PM
here is the code for that:
;Default Command Prompt Color [HKEY_CURRENT_USER\Software\Microsoft\Command Processor] "DefaultColor"=dword:0000000a
changes the background to black and the text to a limegreen type color.
#4
Posted 02 August 2004 - 01:44 AM
Get it at sourceforge.net, do a search for "Console". The accompanying readme details all what you need to know to get it to work.
I'm using it and it works like a charm
#5
Posted 02 August 2004 - 03:02 AM
I use 4nt as my default command interpreter and Console works great with it.
#6
Posted 13 October 2004 - 09:13 AM
Select Properties and there it is. Go ahead and change the colors! =b
2. Make cmd.exe use your visual style instead of "classic" by using this little app:
http://www.simtel.ne...ct.php?id=68411
It does NOT modify your software - it will just create a .manifest file read by Windows. A manifest file makes sure Windows will apply visual styles for the application specified.
#7
Posted 13 October 2004 - 06:28 PM
The link to "XP Style Hacker" (which you have in the simtel download above) was tried by me. It creates a manifest alright, but its unable to use it - CMD is looking just like it always did!
#8
Posted 14 October 2004 - 10:38 PM
Windows won't look for a manifest file for the cmd.exe file.
Any other program, it will either look for a "RT_MANIFEST" resource in the file iteself or a "program.exe.manifest" file in the same directory and the file.
Microsoft didn't allow the command prompt to be themed for compatibility reasons.
I'm still to find a way to theme the command prompt but I don't think there is one.
#9
Posted 15 October 2004 - 01:11 AM
Am I wrong on this issue, because for the life of me when I go to Start>Run and type command ... the colors arent changed.
REGEDIT4 [HKEY_CURRENT_USER\Software\Microsoft\Command Processor] "EnableExtensions"=dword:00000001 "DefaultColor"=dword:0000000a "CompletionChar"=dword:00000009
#10
Posted 15 October 2004 - 03:37 AM
; Set an exotic Command Prompt color [HKEY_CURRENT_USER\Software\Microsoft\Command Processor] "DefaultColor"=dword:00000085At T-12 (through cmdlines.txt) - and the colour specifying, sticks. Even if I "Run" CMD, like you are asking, the specified colors stay.
#11
Posted 17 October 2004 - 05:28 PM
Has anyone tried it in unattended installation?
#12
Posted 29 October 2004 - 03:50 PM
I have successfully installed Console unattended. After extracting the Console archive, I used this in my RunOnceEx.cmd:
"RunDll32.exe setupapi,InstallHinfSection DefaultInstall 0 %systemdrive%\programs\console\console.inf" /f
That same command, minus the /f, should work from a batch file, GUIRunOnce, etc.
Here's the page for console:
http://sourceforge.n...ojects/console/
For people who use another command processor other than cmd.exe, you can set the ComSpec value in this registry key:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment]
Console will use whatever ComSpec is set to by default. For example, mine is set to %SystemDrive%\4nt\4nt.exe. For my unattended CD, I used an expandable string value so %systemdrive% would be resolved correctly.
#13
Posted 14 February 2005 - 12:30 PM
The uninstaller only removes the program files not the Console Here reg entry. If there's enough interest I can do this too.
Anyone want it? If so I'll provide a link. It might be a bit specific for some people (e.g. it's configured for small window with border docked to the bottom right). You can always copy over the console.xml file though should you want your on settings. Well anyway just a thought.
#15
Posted 15 February 2005 - 02:18 AM
Console Silent Install
Just add '/S' for silent operation. I can setup associations for cmdfile and batfile if ppl are interested Also I was thinking of changing the default icon for bat and cmd files. Watcha think?



Help
Back to top









