<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
<channel>
 <title><![CDATA[如何在两个硬盘之间复制大量文件]]></title>
 <link><![CDATA[http://www.doggiehome.com/read.php?tid=95414]]></link>
 <description><![CDATA[Latest 20 replies of 如何在两个硬盘之间复制大量文件]]></description>
 <copyright><![CDATA[Copyright(C) 狗狗静电BBS - wwW.DoGGiEhoMe.CoM]]></copyright>
 <generator><![CDATA[PHPWind BLOG by PHPWind Studio]]></generator>
 <lastBuildDate><![CDATA[Wed, 06 May 2026 09:28:11 +0000]]></lastBuildDate>
  <image>
 <url><![CDATA[images/rss.gif]]></url>
 <title><![CDATA[PHPWind Board]]></title>
 <link><![CDATA[http://www.doggiehome.com]]></link>
 <description><![CDATA[狗狗静电BBS - wwW.DoGGiEhoMe.CoM]]></description>
  </image>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[这帖子居然还在第一页...原来我2月买的硬盘...现在已经满了..-_-]]></description>
 <link><![CDATA[http://www.doggiehome.com/read.php?tid=95414#609188]]></link>
 <author><![CDATA[sunnybear]]></author>
 <category><![CDATA[电脑全方位 Computer Guide]]></category>
 <pubdate><![CDATA[Sun, 09 Aug 2009 17:31:42 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[[s:1] 做镜像硬G呢？]]></description>
 <link><![CDATA[http://www.doggiehome.com/read.php?tid=95414#600176]]></link>
 <author><![CDATA[玫瑰刺猬]]></author>
 <category><![CDATA[电脑全方位 Computer Guide]]></category>
 <pubdate><![CDATA[Wed, 25 Feb 2009 10:15:15 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[通常都有几个时间戳的, linux下还有3个, ctime (create), mtime (modify time), atime (access time)]]></description>
 <link><![CDATA[http://www.doggiehome.com/read.php?tid=95414#600032]]></link>
 <author><![CDATA[galilette]]></author>
 <category><![CDATA[电脑全方位 Computer Guide]]></category>
 <pubdate><![CDATA[Sun, 22 Feb 2009 06:51:10 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[尝试过了。xcopy会改变日期

然后我刚才点了文件夹的属性看了看，发现奇怪的现象

用鼠标移动到文件夹上显示的日期是左边的，点击右键，属性，显示的时间是右边的

一个是修改日期，一个是创建日期。为什么会这样

 [attachment=75230]]]></description>
 <link><![CDATA[http://www.doggiehome.com/read.php?tid=95414#600030]]></link>
 <author><![CDATA[sunnybear]]></author>
 <category><![CDATA[电脑全方位 Computer Guide]]></category>
 <pubdate><![CDATA[Sun, 22 Feb 2009 05:35:11 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[cp的话用cp -a

from CP(1)
[quote]
NAME
&nbsp; &nbsp; &nbsp;  cp - copy files and directories

SYNOPSIS
&nbsp; &nbsp; &nbsp;  cp [OPTION]... [-T] SOURCE DEST
&nbsp; &nbsp; &nbsp;  cp [OPTION]... SOURCE... DIRECTORY
&nbsp; &nbsp; &nbsp;  cp [OPTION]... -t DIRECTORY SOURCE...

DESCRIPTION
&nbsp; &nbs ..]]></description>
 <link><![CDATA[http://www.doggiehome.com/read.php?tid=95414#600026]]></link>
 <author><![CDATA[galilette]]></author>
 <category><![CDATA[电脑全方位 Computer Guide]]></category>
 <pubdate><![CDATA[Sun, 22 Feb 2009 02:29:48 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[用xxcopy试验成功... 貌似之前眼睛走神(难怪，都7点了)， xxcopy /e就可以做到了...估计xcopy也可以做到，还没有测试
现在先让它拷着。。明天...哦。。不...今天过会验证一下再贴上来

xcopy拷贝的速度真的是相当之快... [s:1]]]></description>
 <link><![CDATA[http://www.doggiehome.com/read.php?tid=95414#600023]]></link>
 <author><![CDATA[sunnybear]]></author>
 <category><![CDATA[电脑全方位 Computer Guide]]></category>
 <pubdate><![CDATA[Sat, 21 Feb 2009 20:18:07 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[用xcopy尝试了几下 
加上/e 可以复制所有的文件和文件夹
文件日期可以保持，但是文件夹就是今天的了... [s:6] 

google了一下，看到一老外说用xxcopy加上/tcc命令，发现没有效果
具体帖子在这里 [url]http://www.vbforums.com/archive/index.php/t-237067.html[/url]]]></description>
 <link><![CDATA[http://www.doggiehome.com/read.php?tid=95414#600022]]></link>
 <author><![CDATA[sunnybear]]></author>
 <category><![CDATA[电脑全方位 Computer Guide]]></category>
 <pubdate><![CDATA[Sat, 21 Feb 2009 20:05:36 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[[code]C:\&gt;help xcopy
Copies files and directory trees.

XCOPY source [destination] [/A | /M] [/D[:date]] [/P] [/S [/E]] [/V] [/W]
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  [/C] [/I] [/Q] [/F] [/L] [/G] [/H] [/R] [/T] [/U]
&nbsp; &nbsp; &nbsp; &n ..]]></description>
 <link><![CDATA[http://www.doggiehome.com/read.php?tid=95414#600021]]></link>
 <author><![CDATA[sunnybear]]></author>
 <category><![CDATA[电脑全方位 Computer Guide]]></category>
 <pubdate><![CDATA[Sat, 21 Feb 2009 18:50:28 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[[quote]引用第1楼galilette于2009-02-22 01:17发表的&nbsp; :
我的思路:
1) 看一下windows自带的类似cp或者xcopy之类的命令行有没有参数可以设定archive mode
2) 不行的话看看winzip或者winrar有没有archive mode
3) 再不行装cygwin. 只要里面的coreutils包. 然后就可以用linux版的cp了..[/quote]
cygwin貌似有装，但很久 ..]]></description>
 <link><![CDATA[http://www.doggiehome.com/read.php?tid=95414#600020]]></link>
 <author><![CDATA[sunnybear]]></author>
 <category><![CDATA[电脑全方位 Computer Guide]]></category>
 <pubdate><![CDATA[Sat, 21 Feb 2009 17:52:40 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[我的思路:
1) 看一下windows自带的类似cp或者xcopy之类的命令行有没有参数可以设定archive mode
2) 不行的话看看winzip或者winrar有没有archive mode
3) 再不行装cygwin. 只要里面的coreutils包. 然后就可以用linux版的cp了..]]></description>
 <link><![CDATA[http://www.doggiehome.com/read.php?tid=95414#600019]]></link>
 <author><![CDATA[galilette]]></author>
 <category><![CDATA[电脑全方位 Computer Guide]]></category>
 <pubdate><![CDATA[Sat, 21 Feb 2009 17:17:14 +0000]]></pubdate>
</item>
</channel></rss>