批处理把文件夹复制到桌面 日期:2008-12-18 21:28:57 人气:1 批处理把文件夹复制到桌面 @echo off xcopy /e /q /h /i /c /y "D:\Curricula\快捷方式" "%USERPROFILE%\桌面\" 保存为.bat 执行就可以了