CMD命令新建快捷方式.pdf
文本预览下载声明
CMD命令添加文件快捷方式
命令添加快捷方式
实例一(使用.bat批处理程序)
echo[InternetShortcut]test.url
echoURL=c:\windows\system32\notepad.exetest.url
echoIconIndex=29test.url
echoIconFile=C:\windows\system32\shell32.dlltest.url
实例二(使用.bat批处理程序)
@echooff
ifexist%test.urlecho链接%test.url已创建!got
显示全部