Scripted copy from A to B
Posted: 21 Jun 2016 12:20
I'm trying to configure a toolbar-button that copies all files from a constant source-path ("H:\BAK-root") to a fix target ("H:\") . So I have entered the following command:
But that creates subdirectories H:\.-01 (conseceutively numbered for every call) and copies the files into these dirs. What am I doing wrong?
Code: Select all
copyas "*.*", "H:\" , "H:\BAK-root\";