Setting windows cmd prompt properties

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

Can anyone advise on how to set an icon for a simple menu I have created
using a window batch script, I have set the title and color but it seems to
inherit the default black icon with C:\ text, just like a standard cmd or
command window.
 
You should be able to right-click the icon. Select the Shortcut tab and
click the 'Change Icon' button
 
Thanks Stanley, I guess more info from me would help. The desktop icon I use
to start the batch file contains the icon I have created, however the icon
shown in the title bar of the cmd window still displays the standard black
C:\ prompt icon.
This appears to be different if the menu.bat and menu.ico are local, in this
case both the desktop and title bar icons are correct, however when the
shortcut includes a UNC path to both files then the title bar icon is
incorrect. So I was looking for a way to define the icon file inside the
batch script, just like when defining the title.

Stanley Jones said:
You should be able to right-click the icon. Select the Shortcut tab and
click the 'Change Icon' button
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top