Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
List of files
Name: dambrose Date: November 21, 2002 at 06:35:00 Pacific OS: DOS CPU/Ram: N/A
Comment:
I am tring to get a list of files in a driectory that had been modified in the past day. Can some help me out with this?
Name: Roy Date: November 21, 2002 at 07:28:11 Pacific
Reply:
Take a look at the replies to the message two below yours. I think you will find an answer that will work.
0
Response Number 2
Name: Mike Newcomb Date: November 21, 2002 at 14:17:17 Pacific
Reply:
Roy is correct.
But in addition to the earlier posting, I think in order to achieve what you require, the closest way is to use the DIR command with the sort order option set for date.
Summary: Hoe can I get a list of files only that are in a specified directory. I do not want the names of the sub folders displayed. Now I am using dir /b i:\testfolder\ Inside of the test folders are files ...
Summary: Hi, I'm trying to make a file or variable that contains a semicolon separated list of files in a dir. for %%i in (*.jar) do call echo %%i; >> jarlist.txt or for %%i in (*.jar) do set CPATH=%CPATH%;%...
Summary: I am using Dos 6.2 and I have forgotten and I cannot locate any information on listing the attributes of files so that I am able to tell which files are hidden files, which files are read only. etc. A...