|
|

楼主 |
发表于 28-3-2008 09:26 PM
|
显示全部楼层
原帖由 文世杰 于 28-3-2008 10:24 AM 发表 
对,假如copy去很多架电脑的话 , 就重抄
if exist backup.log del backup.log /f
XCOPY /Y /E /D "C:\Documents and Settings\bojiyu\My Documents\New Folder\*.*" "\\ComputerA\shareddocs\New Folder"
XC ...
多谢你的回复
刚刚发现一个很严重的问题,那就是它不能copy hidden file
怎样好?
 |
|
|
|
|
|
|
|
|
|
|
发表于 31-3-2008 09:54 AM
|
显示全部楼层
加 /H
if exist backup.log del backup.log /f
XCOPY /Y /E /D /H "C:\Documents and Settings\bojiyu\My Documents\New Folder\*.*" "\\ComputerA\shareddocs\New Folder" |
|
|
|
|
|
|
|
|
|
|

楼主 |
发表于 31-3-2008 06:30 PM
|
显示全部楼层
原帖由 文世杰 于 31-3-2008 09:54 AM 发表 
加 /H
if exist backup.log del backup.log /f
XCOPY /Y /E /D /H "C:\Documents and Settings\bojiyu\My Documents\New Folder\*.*" "\\ComputerA\shareddocs\New Folder"
多谢你的帮忙
已经可以了
我下次想慢慢将它变得更厉害
到时候再向你请教
 |
|
|
|
|
|
|
|
|
| |
本周最热论坛帖子
|