notepad-plus-plus-legacy/PowerEditor/misc/vistaIconTool/changeIcon.bat
Don Ho 622282fc66 [NEW] Add ChangeIcon.exe into generation binary procedure.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@718 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-11-25 21:54:48 +00:00

10 lines
236 B
Batchfile

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
)