xcopy使用時來源與目的地不須加最後的 \
如 xcopy c:\source c:\destination 而非 xcopy c:\source\ c:\destination\
如設錯會在有空格需用雙引號""時將來源與目的地連在一起
另外 /xd 用於例外目錄, /xf 則是例外檔案可使用*等符號
windows7 會遇到 My Documents 資料夾 access denied 存取被拒,是因為安全性因素 My Documents設為連結,需用PATH變數如
xcopy "%USERPROFILE%\Documents" "F:\New Folder" /s /e /i
參考來源
自己
https://social.technet.microsoft.com/Forums/en-US/f6f7968e-dd99-4d46-b4e5-1307e2187b21/using-robocopy-with-a-large-xf-exclusion-list
https://technet.microsoft.com/en-us/library/cc733145.aspx
http://serverfault.com/questions/430268/how-do-i-use-robocopy-to-exclude-all-subfolders-under-a-chosen-folder
http://stackoverflow.com/questions/12875842/folder-names-with-spaces-in-xcopy-doesnt-work
沒有留言:
張貼留言