You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
notepad-plus-plus/PowerEditor/misc/vistaIconTool/changeIcon.bat

10 lines
236 B

REM To add vista style icon, you need ChangeIcon.exe in the same directory.
REM %1 should be the path of ChangeIcon.exe
REM %2 should be the path of notepad++.exe
if exist %1 (
%1 "..\src\icons\nppNewIcon.ico" %2 100 1033
)