Recursive folder synchronization using VBScript (Mirror Folders)
问题 I've never really written in vbs (once wrote a script that would welcome me on boot) but I'm after a script to essentially perform : robocopy "folder1" "folder2" /MIR At the moment what I've got is a copied script from here VBS Mirror, Using the top script : This code synchronizes the contents (files and subfolders) of two folders. Each folder is traversed recursively and any missing subfolders and files are copied both ways. If corresponding folders contain files with matching file names but