2010-11-25 21:54:48 +00:00
|
|
|
REM To add vista style icon, you need ChangeIcon.exe in the same directory.
|
2010-10-24 23:49:07 +00:00
|
|
|
|
2010-11-25 21:54:48 +00:00
|
|
|
REM %1 should be the path of ChangeIcon.exe
|
2010-10-24 23:49:07 +00:00
|
|
|
REM %2 should be the path of notepad++.exe
|
|
|
|
|
|
|
|
if exist %1 (
|
2010-11-25 21:54:48 +00:00
|
|
|
%1 "..\src\icons\nppNewIcon.ico" %2 100 1033
|
2010-10-24 23:49:07 +00:00
|
|
|
)
|
|
|
|
|