Answer the question
In order to leave comments, you need to log in
How to make a bat file to move folders to a folder?
For example, I have folder C:\1 and folder C:\2
In folder C:\1 there are folders with files, I need to move all folders from C:\1 to C:\2
MOVE /y D:\1\* D:\2
This code only moves files, but leaves folders untouched, but I need to move specific folders.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question