Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ここに私の問題があります: NPPexec 経由で Notepad++ のショートカットを実行したいのですが、それが誰に機能するのかわかりません。あなたが私を助けてくれることを願っています。
あなたの答えのためのThx :D
nppexec を介してメニューからコマンドを実行するには、コマンドを使用しますNPP_MENUCOMMAND。たとえば、[検索] メニューから [検索] コマンドを実行するには、次の行を使用します。
NPP_MENUCOMMAND
NPP_MENUCOMMAND Search/Find
あなたのnppexecスクリプトで。