I modified Command Prompt Portable with NSIS and Batch files but now Problem resolved.
the Command Prompt icon left in the title bar : http://img218.imageshack.us/img218/1217/bnol7.jpg
And I want an icon like that in the title bar: http://img218.imageshack.us/img218/618/niwi3.jpg
How can I change the icon in the title bar ?
(What codes, applications have I to use ?)
You are here
How can I change the icon in the title bar of the Command Prompt ?
Quite open source. Go get the source form Other\Source\AppNamePortable.nsi and 'Compile' it with your new icon. This is usually a saving problem with ResHack and others. You need to save it as newfile.exe. And I don't know if hacking the launchers works.
wont work.
They have a crc check so if you change something for example with res hack it gives you an error.
it is just the actual program...
I changed the icon of Command Prompt Portable with the Nsis technic but I can't change the icon in the title bar of the programm: http://img218.imageshack.us/my.php?image=bnol7.jpg
It's the Windows Command Prompt. It's built in. You can't change it.
Another programm in the beta forum called NinjaCommandPortable have a notepad icon there. How can I do the same? http://img218.imageshack.us/img218/618/niwi3.jpg
It's custom written in C and not supported by PortableApps.com (and illegally using Microsoft's notepad icon).
Well, they claimed they found an icon that wasn't from Notepad but looked kind of like it, and had no other restrictions. I think they were making an effort. If you know for sure that the one they have violates Microsoft's rights, they'd probably be happy to look for another.
o
Probably Notepad 2's icon. If you search the forums, you can find that Notepad 2 is made portable by Thibeaz.
I have an icon, I just want to know how to put the icon in the title bar of the Command Promp Portable
well not technically, it was the icon i found online then i changed the binding to green and the colors are slightly different...
Well technically, yes it is.
Just because you found it on the internet, and the colours are slightly different, doesn't mean it's not theres. Just as well, if someone created that one from scratch to look almost like MS's, they could still be infringing on MS's original design.
That don't help me. But if you want to laugh, go to my other topic: https://portableapps.com/node/10573
it wont be supported by PortableApps anyway ...
so i have no reason to change it...
I want tips from specialists WHO LOVE TO HELP OTHERS.
download reshacker then try and hack cmd.exe
then change the batch file to launch your version instead...
i am not sure if that will work though
or download NinjaCommandPromptPortable and hack that...
that will work cause that is how i did that...
hope that helps
I tried ressource hacker and XNRE but when I save the .exe don't open.
ninjacommand or cmd...
I'm trying to modify Portable Command Promp all the time. Ninja command is only a source of inspiration.
you have to hack the actual cmd
go to cmd and type in
explorer %comspec%
then hack that
Then if I try to go with my modified portable command promp on another computer, the icon will not be in the title bar I think ?
into the apps folder and change the batch files...
We wouldn't talk on this site about making a version of cmd.exe with the icon resources changed, and taking a copy of it with you to use on other computers. Even if it worked on all computers you came to, we would probably not want to seem to be advocating that sort of thing.
i was saying that as a way of helping...
if i was out of line i am truly sorry
All you have to do is write a simple C++ program that calls system("%comspec%");
Thanks for all !!!