我是否使用 mklink cmd 命令将图标设置为快捷方式
我在 Windows 上使用命令行并写下这个。
mklink /D programName c:\program files\my app\program.exe
但我没有为我的快捷方式设置任何图标。
我该怎么做?
i use on command line on windows and write this.
mklink /D programName c:\program files\my app\program.exe
but i did not set any icon to my shortcut.
how do i do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
mklink 创建一个链接,而不是快捷方式。
如果您想从批处理文件创建快捷方式,您有多种选择,请参阅 从批处理文件创建 exe 的快捷方式
mklink creates a link, not a shortcut.
If you want to create a shortcut from a batch file, you have several options, see creating a shortcut for a exe from a batch file
不,之后我发现了 xxmklink.exe 程序。对不起。
http://www.xxcopy.com/xxcopy38.htm
这是我的选择。
no, i found xxmklink.exe program after that. I am sorry.
http://www.xxcopy.com/xxcopy38.htm
this is my choice.