Code: Select all
robocopy \mydir \mydir_structure /create /e
How do I make it a button in TC? so that I can drag&drop any folder to it and get a copy folder in C:
With the following test, I got: can not find file
Code: Select all
cm_ExecuteSystemCommand|"robocopy ""%P"" ""C:\%N_structure"" /create /e"