How to change the icon of .bat file programmatically?

前端 未结 10 618
予麋鹿
予麋鹿 2021-02-05 00:45

I\'d like to know what\'s the way to actually set the icon of a .bat file to an arbitrary icon. How would I go about doing that programmatically, independently of t

10条回答
  •  误落风尘
    2021-02-05 01:17

    You could use a Bat to Exe converter from here:

    http://www.f2ko.de/en/b2e.php

    This will convert your batch file to an executable, then you can set the icon for the converted file.

提交回复
热议问题