Synctoy的简单命令行执行方式如下:
-
“[System
Drive]\Program Files\SyncToy 2.1\SyncToyCmd.exe” –R MyFolderPair
直接在cmd窗口运行是要加上面的引号的,然后创建的MyFolderPair名称中间是不能有空格的
这样结合任务计划程序自由度就很高了,此方法的详细帮助文档如下:
Run SyncToy from a Command Line
SyncToy can be run from the command line to provide support for scheduling or automating folder pair execution. The command line executable by default is located at: [System Drive]\Program Files\SyncToy 2.1\SyncToyCmd.exe.
SyncToy does not support running multiple copies of SyncToyCmd.exe at the same time. If a second instance of SyncToyCmd.exe is executed, there will be no errors and the command will not be executed.
The parameters provided by this command line interface are described below:
- -R Run all folder pairs that are marked as Active For Run All.
- -R [Name] Run the named folder pair (only one folder pair can be specified).
Usage Examples:
- SyncToyCmd -R MyFolderPair
- SyncToyCmd -R
NOTE:
It is also possible to manage folder pairs from the command line. Note: Folder pairs are managed through SyncToy.exe whereas scheduling is performed through SyncToyCmd.exe as described above.
SyncToy does not support running multiple copies of SyncToy.exe at the same time. If SyncToy is already running in in the Task Bar, and a second instance of SyncToy.exe is launched with or without any command line parameters, it will simply bring the already running instance into focus and no errors will be reported.
The parameters associated with SyncToy.exe are described below:
- -d(left=, right=, name=,operation=Synchronize|Echo|Contribute, [check=yes|no], excluded=,included=) Creates a new folder pair with the specified options:
- left – mandatory, provide absolute path for left folder
- right – mandatory, provide absolute path for right folder
- name – mandatory, provide name of folder pair
- operation – mandatory, specifiy action type for this folder pair
- check – optional, specify whether file contents should be checked for file matching, default is no
- excluded – optional, specifies exclude filter for files, defaults to none
- included – optional, specifies include filter for files, defaults to all
- -u Delete one or more folder pairs, no user data will be deleted
- -? Display Help
Sample Usage:
- SyncToy -d(left=e:\,right=c:\Pictures, name=MyPictures,operation=contribute)
- SyncToy -uMyPictures
2944

被折叠的 条评论
为什么被折叠?



