BAT-使用BAT生成快捷方式
Posted 疯狂delphi
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了BAT-使用BAT生成快捷方式相关的知识,希望对你有一定的参考价值。
@(
echo [InternetShortcut]
echo URL=C:\Windows\System32\calc.exe
echo IconIndex=0
echo IconFile=C:\Windows\System32\calc.exe
echo IDList=
echo HotKey=1648
)>"C:\Documents and Settings\All Users\桌面\计算器(calc).url"
以上是关于BAT-使用BAT生成快捷方式的主要内容,如果未能解决你的问题,请参考以下文章