I have a MS-DOS bat file that I have written.

However, I am wondering is it possible to change the icon to something different?

link|improve this question

For just that one batch file or all batch files? – Synetech Feb 16 at 2:57
feedback

migrated from stackoverflow.com Aug 21 '09 at 0:49

This question came from our site for professional and enthusiast programmers.

2 Answers

One option you have is to create a shortcut to the bat and then set an icon for the shortcut.

link|improve this answer
feedback

The icon is determined by the command line extension, so no.

What you can do is create a shortcut to this application (right-click on the file in explorer and activate "Create Shortcut".

You can then set the icon on this shortcut to whatever you like.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.