This is what I have done, in this way you dont have to type notepad++ Create np.bat file
with this set of commands
@echo off
start "" "C:\Program Files (x86)\Notepad++\notepad++.exe" %*
place np.bat file
in c:\Windows
open the command prompt and type np or np
myfile.txt and enter.
本文介绍了一种创建Notepad++快捷方式的方法,通过制作np.bat文件并放置于C:Windows目录下,可以在命令提示符中通过输入np或np文件名来快速启动Notepad++。
8188

被折叠的 条评论
为什么被折叠?



