editplus.bat @start "" "C:\Program Files\EditPlus 3\editplus.exe" %* 使用start命令即可:(别漏了引号哦) start "" "abc.exe" 无论abc.exe文件包含不包含空格和路径都可以。 要是所调用的exe文件就在同目录且不含空格的话直接用下面命令: start abc.exe