FastCopy command-line argument interpretation

Source: Internet
Author: User
Tags symlink



FastCopy can be used under Windows, or it can run commands under DOS
Here is the FastCopy command line method:


Fastcopy.exe [/parameter] file1 file2 ... [/to=dest_dir]


Basic parameters:


/cmd=(noexist_only|diff|update|sync|force_copy|move|delete)
#noexist_only Copy-if the name is the same, do not copy
#diff Copy-If the name is the same, only files with different size and time will be copied
#update Copy-If the name is the same, copy the newer source file
#sync Synchronization-If the name is the same, copy files of different size and time
#force_copy Copy-overwrite files with the same name
#move Move-overwrite the file with the same name and forcefully delete the source file
#delete Delete-Forcibly delete the specified files and directories
/auto_close #After the copy is over, it will be closed automatically
/force_close #If an error occurs after the copy is over, it is also forcibly closed
/open_window #Display Fastcopy window interface
/estimate #Predict the copy completion time
/no_exec #Set parameters for the Fastcopy window interface, but do not execute
/no_confirm_del #When the /delete parameter is used, the confirmation interface is not displayed
/error_stop #Stop the action when an error occurs (inhibit at /error_stop=FALSE)
/bufsize=N(MB) #Specify the buffer size in MB units
/speed=(full|autoslow|9-1(90%-10%)|suspend) #speed limit
/log #Output log file (fastcopy.log) (in /log=FALSE suppressed)
/skip_empty_dir #Enable filtering, do not copy empty folders (inhibit in /skip_empty_dir=FALSE)
/job=task name #execute the specified task
/force_start #When other FastCopy copies are being executed, they are also executed immediately (inhibited by /force_start=FALSE)
/disk_mode=(auto|same|diff) #Specify auto/identity/other HDD mode
/include=“...” #Specify Include filter
/exclude="..." #Specify Exclude filter
/overwrite_del #Before deleting the file, when deleting the method, rename the duplicate & to invalidate the restoration (inhibit in /overwrite_del=FALSE)
/acl #Copy access control list (ACL) (only valid for NTFS) (inhibited by /acl=FALSE)
/stream #Copy the second line stream (only NTFS is valid) (in /stream=FALSE suppression)
/junction #copy junction mount point (not subordinate) junction mount point yourself (/junction=FALSE copy subordinate)
/symlink #Use symbolic connection (not essence) to copy symbolic connection itself (copy essence in /symlink=FALSE)
/to=dest_dir #target disk




The following example is to write the Eternal tower to the E disk, pay attention to the target disk after adding \


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:\Progra~1\FastCopy\FastCopy.exe /cmd=sync /auto_close /open_window "\\ztsv-xs\e\Network Games\Aion" /to="e:\games\online\"



Forcibly delete the desktop [Copy tips] folder (the/log is set to kill) (the inside of the text for the recording process can be removed)


FastCopy.exe /cmd=delete /no_confirm_del /error_stop=FALSE /auto_close /force_close /log "C:\Documents and Settings\Administrator\Desktop\Copy Skills"





Batch command to log on to other machines shared folders on the LAN:


NET use * \\ipaddr\share "password"/user: "username"/persistent:yes


FastCopy command-line argument interpretation


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.