分类

VBS/BAT脚本

快速把C盘个人资料转移到D盘工具绿色版

快速把C盘个人资料转移到D盘工具绿色版

大小:3 KB

语言:简体中文系统:Win2003, WinXP, Win2000, NT, WinME

类别:VBS/BAT脚本时间:2010-05-17

快速把C盘个人资料转移到D盘工具绿色版

@ color 17
@ title=C盘个人资料转移
@ Echo Off
@ Echo.
@ Echo.
@ Echo.   ★★★快速把C盘个人资料转移到D盘网吧爱好者 www.pc0359.cn ★★★
@ Echo.tt
@ Echo ======================================================================
@ Echo   把C盘的个人资料转移到D盘,以防重装系统后丢失一些有用的文件。
@ Echo   我的文档、Cookies、桌面的内容将要被转移到:D:My Documents。
@ Echo   收藏夹的内容将要被转移到D:My DocumentsFavorites。
@ Echo ======================================================================
@ Echo.
PAUSE
md D:"My Documents"
md D:"My Documents"原系统桌面上的文件
md D:"My Documents"Cookies
md D:"My Documents"Favorites
xcopy "C:Documents and Settings%USERNAME%My Documents*.*" "D:My Documents" /e /h /c /y
xcopy "C:Documents and Settings%USERNAME%桌面*.*" "D:My Documents原系统桌面上的文件" /e /h /c /y
xcopy "C:Documents and Settings%USERNAME%Cookies*.*" D:"My Documents"Cookies /e /h /c /y
xcopy "C:Documents and Settings%USERNAME%Favorites*.*" D:My DocumentsFavorites /e /h /c /y
If Exist d: regedit /s newpath.reg
cls
@ Echo.
@ Echo.
@ Echo ======================================================================
@ Echo.
@ Echo    ★★★  C盘个人资料已成功转移到D盘!网吧爱好者 www.pc0359.cn ★★★
@ Echo.
@ Echo ======================================================================
@ Echotttttt        
@ Echo.
@ Echo.  
@ Echo.  

∨ 展开

同类推荐

相关下载

猜你喜欢

热门推荐

下载排行

网友评论

我要跟帖
取消
所有评论 共 0