fastcopy 命令行參數解釋

FASTCOPY能夠在WINDOWS下使用,也能夠在DOS下運行命令
下面是FASTCOPY命令行方式:bash

fastcopy.exe [/參數] file1 file2 ... [/to=dest_dir]

基本參數:spa

/cmd=(noexist_only|diff|update|sync|force_copy|move|delete)
#noexist_only 複製-如重名,則不復制 
#diff 複製-如重名,則僅複製大小與時間不一樣的文件
#update 複製-如重名,則複製較新的源文件 
#sync 同步-如重名,則複製大小與時間不一樣的文件
#force_copy 複製-覆蓋重名文件 
#move 移動-覆蓋重名文件並強行刪除源文件 
#delete 刪除-強行刪除指定的文件與目錄
/auto_close #拷貝結束後,自動關閉 
/force_close #若是拷貝結束後,發生錯誤,也強行關閉 
/open_window #顯示Fastcopy窗口界面 
/estimate #預測拷貝完成時間 
/no_exec #對Fastcopy窗口界面設置參數,可是不執行 
/no_confirm_del #當用/delete參數時,不顯示確認界面 
/error_stop #發生錯誤時停止動做(在/error_stop=FALSE抑制) 
/bufsize=N(MB) #用MB單位來指定緩衝器大小 
/speed=(full|autoslow|9-1(90%-10%)|suspend) #速度限制 
/log #輸出記錄文件(fastcopy.log) (在/log=FALSE抑制) 
/skip_empty_dir #啓用過濾,不拷貝空文件夾(在/skip_empty_dir=FALSE抑制) 
/job=任務名稱 #執行指定的任務 
/force_start #在其餘的FastCopy拷貝,而且正執行的時候,也當即執行(在/force_start=FALSE抑制) 
/disk_mode=(auto|same|diff) #指定自動/恆等性/其餘HDD方式
/include=「...」 #指定Include過濾器 
/exclude=「...「 #指定Exclude過濾器 
/overwrite_del #在刪除文件以前,刪掉方式時,從新取名給重複&,使復原無效(在/overwrite_del=FALSE抑制) 
/acl #拷貝存取支配清單(ACL)(只NTFS有效)(在/acl=FALSE抑制) 
/stream #拷貝副其次線流(只NTFS有效)(在/stream=FALSE抑制)
/junction #複製junction·mount point(不是屬下)junction·mount point本身(/junction=FALSE 拷貝屬下) 
/symlink #用象徵性鏈接(而不是本質)拷貝象徵性鏈接其自己(在/symlink=FALSE拷貝本質)
/to=dest_dir #目標磁盤

以下例就是將永恆之塔寫入到E盤,要注意目標盤後加\命令行

fastcopy.exe [/options] file1 file2 ... [/to=dest_dir]
Please use space character(' ') as separator(not semicolon).
If filename contains space character, please enclose with dobule quotation marks.
c:\FastCopy\FastCopy.exe /cmd=sync /auto_close /open_window "\\ztsv-xs\永恆之塔" /to="e:\games\"

強行刪除桌面 [復件 技巧]文件夾(設置了不可讀的同樣幹掉了)(裏面的/log爲記錄過程文本可去掉)code

FastCopy.exe /cmd=delete /no_confirm_del /error_stop=FALSE /auto_close /force_close /log "C:\Documents and Settings\Administrator\桌面\復件"

登錄局域網上其它機器共享文件夾的批處理命令:ip

net use * \\ipaddr\share "password" /user:"username" /persistent:yes
相關文章
相關標籤/搜索