0. create a batch file (I need to list the names of the files and store it in as text file!)
1. Gather all filenames of files created on your C:\Users drive and on my Z:\ drive :
2. List all .txt /.ppt/.bat files on > f.txt (redirect all files to this text file)
3. Sort f.txt by size on fsize.txt (largest - smallest) (redirect all files to this text file)
4. Sort f.txt by date on fdate.txt (oldest- recent) (will redirect all files to this tex tfile)
I sent a PM.