之前我問過怎麼打COPY指令 但是不知道為什麼從第二行的複製指令開始
都會錯掉耶 麻煩懂與法的幫我看一下
xcopy C:\\downloads\\*.* D:\\LOG-downloads\\ /d/e/r/y
xcopy C:\\Program Files\\Yahoo!\\Messenger\\Profiles\\*.* D:\\LOG-YAHOOPROFILES\\ /d/e/r/y
xcopy C:\\Documents and Settings\\1\\My Documents\\*.* D:\\LOG-My_Doc_Pic\\ /d/e/r/y
xcopy C:\\Documents and Settings\\1\\Favorites\\*.* D:\\LOG-Favorites\\ /d/e/r/y
xcopy C:\\Documents and Settings\\1\\桌面\\*.* D:\\LOG-Desktop\\ /d/e/r/y
請問是不是因為指令太長 會錯誤呢??有什麼辦法能解決阿
我只有第一個指令能複製而已後面都錯掉不知道為什麼
2006-10-12 09:22:58 · 1 個解答 · 發問者 ? 1 in 電腦與網際網路 ➔ 程式設計
長檔名關悉 請加上 "" 雙引號 如
"C:\Program Files\Yahoo!\Messenger\Profiles\*.*"
或是直街打入dos格式
像 Program Files 就是 Progra~1
Documents and Settings 就是 docume~1 如
C:\Docume~1\1\Favorites\*.*
2006-10-12 23:12:07 · answer #1 · answered by 培根大魔王 2 · 0⤊ 0⤋