I have a bunch of folders that I have to move to another directory. To do this task I made a .bat. My intention is to select the folders that I want to move and drag on the .bat file. This is working with the following syntax for one folder at a time, what I have to do if I want to do the same with multiple folders at a time?
BONUS questions, how can I copy only the files that are in the folders without copying the folders itself?
xcopy %* C:\DOCUMENTALE\dms_in\ /s