frank1
Hello,
I would like to change the colour of cmd.exe window, when launched from the SuRun context menu. The colour I would like is E0 (a yellow colour) instead of the dark red.
Is there a way of doing this?
Thanks
Kay
Currently there's no easy way to change the color for a SuRun started cmd.exe.
The color is hard coded into SuRunEXT.dll.
frank1
Thank you Kay.
Do you plan to make this change available in the future, maybe in an .ini file?
Thanks
Kay
I can't promise that this Feature will be implemented, but I plan to make SuRun's shell extension fully customizable. This would include the options for "'SuRun cmd' here"... but that will take a while. ;-)
I just tried a quick fix and it worked.
After importing the ".reg" file:
----
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Folder\shell\SuRun]
@="'SuRun cmd' here"
[HKEY_CLASSES_ROOT\Folder\shell\SuRun\command]
@="surun cmd /D /T:E0 /K cd /d \"%1\""
----
and unchecking "Show ""'SuRun cmd' here"" in the context menu of folders", you should get the desired Result right now.
frank1
Thanks Kay, that works fine.
[gelöscht]
Kay,
I imported the registry data but some weird reason it doesn't do anything. What could be the reason?
Fred
Kay
Just a dumb guess: Did you import the settings as admin?
If yes, if you change @="'SuRun cmd' here" to @="'SuRun cmd.exe' here"... does it get displayed?