Hello,
I am having requirement to view files from a folder and subfolder including subfilder's files.
Please help
Regards
Jagd
want to see/copy all the files, sub folders and their files
Moderator: DosItHelp
Re: want to see/copy all the files, sub folders and their fi
Explain more thoroughly what you need to do. Give an example too please.
-
- Expert
- Posts: 1167
- Joined: 06 Sep 2013 21:28
- Location: Virginia, United States
Re: want to see/copy all the files, sub folders and their fi
That's a very vague question you have there. I mean, it sounds like you're looking for the command, but there's probably going to end up being more to it than that.
Code: Select all
dir /s
Re: want to see/copy all the files, sub folders and their fi
Smells more like academic material to me!
Code: Select all
TREE X:\MYDIR /F
Re: want to see/copy all the files, sub folders and their fi
Please accept my apologies for not explaining it initially:
Actually tree /f command gives information of all the files and directories along with subdirectories in the tree format. I want to find all the files in a main directory (which is having multiple directories and files in it) with particular date. for example I want to find/copy to new location all the files which got created after 01-Jan-2013.
Currently I am doing it with the help of window explore but want to do it from DOS command of batch file.
Thanks in advance to you folks.
Regards
Jagd
Actually tree /f command gives information of all the files and directories along with subdirectories in the tree format. I want to find all the files in a main directory (which is having multiple directories and files in it) with particular date. for example I want to find/copy to new location all the files which got created after 01-Jan-2013.
Currently I am doing it with the help of window explore but want to do it from DOS command of batch file.
Thanks in advance to you folks.
Regards
Jagd