into
Technical User
- Dec 16, 2002
- 17
Haw can i go about moving all files in a folder to all folders in an another folder?
copy c:\folder\*.* c:\directory
result
c:\
Folder
File1.txt
File2.log
Directory
Folder1
File1.txt
File2.log
Folder2
File1.txt
File2.log
Hope i'm making myself understood.
//Torfi
copy c:\folder\*.* c:\directory
result
c:\
Folder
File1.txt
File2.log
Directory
Folder1
File1.txt
File2.log
Folder2
File1.txt
File2.log
Hope i'm making myself understood.
//Torfi