How can i synchronize directories in Explorer-Views whit xcopy.exe?
This goes wonderfully with the help of transfer parameters in XCOPY.EXE. That's a pretty brisk business.
Here an example of synchronizing directories:
Folder in Q-view 1 as a source and Q-view 2 as the destination folder.
The command is:
XCOPY/ Folder v1>v2=%sysdir%/xcopy.exe="%curdir1%\*.*" "%curdir2% " /S /E /C /H /O /R /Y /D /V
or only folder tree:
XCOPY/ FolderTree v1>v2=%sysdir%/xcopy.exe="%curdir1%\*.*" "%curdir2% " /T /E
Read this: ► Associating files with programs !
source Specifies the file(s) to copy.
destination Specifies the location and/or name of new files.
/S
Copies directories and subdirectories except empty ones.
/E
Copies directories and subdirectories, including empty ones. Same as /S /E. May be used to modify /T.
/C
Continues copying even if errors occur.
/H
Copies hidden and system files also.
/O
Copies file ownership and ACL information.
/R
Overwrites read-only files.
/Y
Suppresses prompting to confirm you want to overwrite an existing destination file.
/D:m-d-y
Copies files changed on or after the specified date. If no date is given, opies only those files whose source time is newer than the destination time.
/V
Verifies each new file.
See also:
Associating files on a portable installation with programs in the portable locations?
Is there a way to start Q-Dir with a parameter of path? E.g, I can do this with?
FAQ 40: Updated on: 20 April 2018 00:01
Windows
Q-DIR - FAQ-40: How can i synchronize directories in Explorer-Views whit xcopy.exe? ist valid for Microsoft (c):
Windows 10 : Pro, Enterprise, Home,
Windows and 8.1 : Enterprise, Pro, Home
Windows 7 : Enterprise, Home, Basic, Premium, Professional, Starter, Ultimate
Windows-Server 2016, 2012, 2008, 2005 .
Explorer Views in Quad-Directory Explorer has only the MS internal FTP Test this in all List Views of the file manager Q-Dir UserName:m_y_pas@ftp.your_ftp_example1.com/dir1/
Grouping of file objects is possible according to 32 in Windows 10 over 300 criteria, but by default only 4 or five are available: Name, Size, Type, Date,
The Quad-Explorer has in Windows-10, 8.1 an 7 the same like MS-Explorer only for older System you need this but MS-Support has a end Please read : »»
You can specify in Quad-Dir what should be displayed in the title bar, five different options are currently possible Main menu ► Extras ► Title-Bar
»» My question is not there in the FAQ
Keywords: synchronize, directories, q-dir, whit, xcopy, Questions, Answers, Software