Any example of windows xp dos script(.bat) that when run will iterate all subdirectories and list all files that have date updated since yesterday time?
|
feedback
|
|
This should get you pretty close to what you need. I pipe this to a txt file called dir.txt on my desktop.
The /L switch is important because that tells you what files would be copied. | |||||
feedback
|