notepad-plus-plus-legacy/PowerEditor/misc/vistaIconTool/changeIcon.bat
Don Ho 03b2d5e8b7 [NEW] Add new application icon.
[ENHANCE] Enhance Editing Contextmenu feature.
[UPDATE] Add comment in contextMenu.xml.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@688 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-10-24 23:49:07 +00:00

11 lines
310 B
Batchfile

REM To add vista style icon, you need ReplaceVistaIcon.exe in the same directory. You can find it on:
REM http://www.rw-designer.com/compile-vista-icon
REM %1 should be the path of ReplaceVistaIcon.exe
REM %2 should be the path of notepad++.exe
if exist %1 (
%1 %2 "..\src\icons\nppNewIcon.ico"
)