欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

批处理发送文件夹的快捷方式到桌面的代码

程序员文章站 2022-04-29 12:11:17
复制代码 代码如下:echo [internetshortcut] > "%userprofile%\桌面\文件夹.url" echo url=file:///c:/...

复制代码 代码如下:

echo [internetshortcut] > "%userprofile%\桌面\文件夹.url"
echo url=file:///c:/windows >> "%userprofile%\桌面\文件夹.url"

将上面的代码保存为1.bat即可。