摘要: 一、示例为创建记事本的快捷方式到桌面 set path=%WINDIR%\notepad.exeset topath="%USERPROFILE%\桌面\记事本.url"echo [InternetShortcut] >> %topath%echo URL="%path%" >> %topath%e 阅读全文
posted @ 2017-02-08 14:36 yxl2123 阅读(6152) 评论(0) 推荐(0) 编辑