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

复制代码 代码如下:echo [Inte...

复制代码 代码如下:

echo [InternetShortcut] > “%userprofile%\桌面\文件夹.url”
echo URL=file:///C:/windows >> “%userprofile%\桌面\文件夹.url”


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

Related Posts

Comments are closed.