|
|
发表于 2016-4-23 13:13:10
|
显示全部楼层
回复 1# xdlzj
- if exist "%userprofile%\Desktop" goto :w7-bf
- if exist "%userprofile%\桌面" goto :xp-bf
- exit
- ————————————————————————————————————————————
- :w7-bf
- robocopy.exe "%userprofile%\Desktop" "d:\00beifen\备份\7Desktop" /mir /w:2 /r:2
- robocopy.exe "%userprofile%\Favorites" "d:\00beifen\备份\7Favorites" /mir /w:2 /r:2
- exit
- ————————————————————————————————————————————
- :xp-bf
- robocopy.exe "%userprofile%\桌面" "d:\00beifen\备份\桌面" /mir /w:2 /r:2
- robocopy.exe "%userprofile%\Favorites" "d:\00beifen\备份\Favorites" /mir /w:2 /r:2
- exit
复制代码 robocopy.exe搜索下载。。。 |
|