当我尝试运行可执行文件时出现错误。例如,
mklink /j foo.exe c:\Windows\System32\cmd.exe
Junction created for foo.exe <<===>> c:\Windows\System32\cmd.exe
c:\P\npp>foo.exe
'foo.exe' is not recognized as an internal or external command,
operable program or batch file.
可执行文件不支持连接吗?我猜他们不是。
(问)有没有办法创建一个可执行文件的链接,以便我使用的脚本
start c:\p\npp\notepad++.exe
可以工作?
mklink的文档 说:
所以这不适用于文件。
启动命令的文档 给出了其语法:
所以你的命令可能是: