General Discussion Undecided where to post - do it here. |
|
![]() |
#1 |
|
Ok this may sound like a daft question.
But.... I want a text file containing all the files that were modified in the last 24 hours sorted as a single file on a single line i.e. ----list.txt----------- c:\myfile.txt c:\myoutherfile.txt this is how far i have got: dir /A-D /S /B t: > list.txt gives me a full list and find /mnt/drive -type f -mtime -1 > list.txt this works for linux but i need a batch file. |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|