V viren mahajan Joined Nov 4, 2010 Messages 1 Reaction score 0 Nov 4, 2010 #1 i want to copy a particular type of files in dos, am not getting a filter for it, can anybody give a solution
i want to copy a particular type of files in dos, am not getting a filter for it, can anybody give a solution
Ian Administrator Joined Feb 23, 2002 Messages 19,878 Reaction score 1,509 Nov 4, 2010 #2 Hi Viren, I'm not sure what you mean - can you explain a little more? If you want to copy all "txt" files for example, you could use: Code: copy c:\source\*.txt c:\destination\
Hi Viren, I'm not sure what you mean - can you explain a little more? If you want to copy all "txt" files for example, you could use: Code: copy c:\source\*.txt c:\destination\