How to add MENUITEM in WCMD.MNU for execute external command/app?
Code: Select all
MENUITEM "name", "fullpath.exe"
Thanks
Moderators: Hacker, petermad, Stefan2, white
Code: Select all
MENUITEM "name", "fullpath.exe"
Code: Select all
[em_ext_calc]
cmd=calc.exe
[em_ext_notepad]
cmd=%SystemRoot%\notepad.exe
Code: Select all
POPUP "Windows &XP"
POPUP "&Programs"
MENUITEM "Calculator", em_ext_calc
MENUITEM "Notepad", em_ext_notepad