I've trying to find some information about it but without any success.
What I'm trying to do is xcopy files from one folder to another folder. I'm using xcopy to only copy what's changed, like that:
Code: Select all
xcopy C:\source X:\destination /s /d
Code: Select all
xcopy C:\source_path\parent_folder\folder_to_copy X:\Destination_Path\folder_to_copy /s /d
When renaming files in Salamander, I can use substrings, so I could select only the file name part I want for the second argument, but the same syntax doesn't work in user menu. Is this possible to achieve?
Thanks in advance.