batch-file - 如何使用 Windows 命令行创建快捷方式

标签 batch-file cmd

如何使用 Windows 命令行为文件夹创建快捷方式

最佳答案

只需使用:

mklink <saveShortcutAs> <targetOfShortcut>

您可以在此处找到更多选项:
https://technet.microsoft.com/en-us/library/cc753194.aspx

关于batch-file - 如何使用 Windows 命令行创建快捷方式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35710061/

相关文章:

batch-file - 删除批处理文件中的第 1 行

perl - 为什么 tinyperl 不在 Windows 上设置 ERRORLEVEL

vba - 为什么创建邮件时要在.Body 中添加一行?

postgresql - 如何从 .bat 文件在 heroku 上的远程 postgres 数据库上运行代码

bash - 如何使用****在命令行中隐藏密码并将值获取到.bat文件和.sh文件中

batch-file - 批处理cmd不接受重定向符号

python - 在 Windows : how to run a Python script from a virtualenv 上相当于 "source"的批处理

Windows批处理FOR循环范围通过命令行

windows - 在windows命令行中自己计算

cmd 中的 rmarkdown::render() 返回 pandoc 错误