I have a txt
file that contains full paths of folders.
I want to copy these folders to a new directory. For example, lets say that my txt
file contains :
C:\tools\folderA
C:\tools\folderB
C:\temp\abc\folderC
I want to copy folderA
, folderB
, folderC
to a new destination.
How can I do so?