Copy marked folder/s without subdirs or files
Moderators: Hacker, petermad, Stefan2, white
Copy marked folder/s without subdirs or files
Hi everyone.
I have an little odd question.
If I want to copy only marked folder/s without subdirs and files can tc do that?
Or is there any other easy way?
Anyone ??
Thanks for me
//Pascow\\
I have an little odd question.
If I want to copy only marked folder/s without subdirs and files can tc do that?
Or is there any other easy way?
Anyone ??
Thanks for me
//Pascow\\
Thanks for the reply's , I haven't been able to awnser until now. I don't want to create new dir/s or folder/s, I just want to copy the marked dirs form one partiton to another without subdirs or files. Copy Ex.
c:\files\ex.1 <- marked folder
c:\files\ex.2 <- marked folder
c:\files\ex.3 <- marked folder, then i want to copy them to another hdd without subdirs/files so they are empty on the target hdd, Ex.
e:\files\ex.1 <- copyied dir/folder without subdir/folder
e:\files\ex.2 <- copyied dir/folder without subdir/folder
e:\files\ex.3 <- copyied dir/folder without subdir/folder
There are a lot of folders that i want to do this with and its a heck of work to create dir/folder for eatchone
thanks again
//Pascow\\
c:\files\ex.1 <- marked folder
c:\files\ex.2 <- marked folder
c:\files\ex.3 <- marked folder, then i want to copy them to another hdd without subdirs/files so they are empty on the target hdd, Ex.
e:\files\ex.1 <- copyied dir/folder without subdir/folder
e:\files\ex.2 <- copyied dir/folder without subdir/folder
e:\files\ex.3 <- copyied dir/folder without subdir/folder
There are a lot of folders that i want to do this with and its a heck of work to create dir/folder for eatchone
thanks again
//Pascow\\
Well I solved the problem on one way and that is to do following. Not sure if this is needed but i didit anyway.
1. copy the file xcopy.exe from windows/system32 if you running 2000/xp for win9x it's windows/command/ to your totcmd dir.
2.Then use commandline in totcmd and type for ex following xcopy *.* /t f:\temp3 it will copy ALL folders without subdirs or files, have not figured out how to do a button for this yet....
the saga continiues....
//Pascow\\
1. copy the file xcopy.exe from windows/system32 if you running 2000/xp for win9x it's windows/command/ to your totcmd dir.
2.Then use commandline in totcmd and type for ex following xcopy *.* /t f:\temp3 it will copy ALL folders without subdirs or files, have not figured out how to do a button for this yet....
the saga continiues....
//Pascow\\