windows explorer > modified

S

staples

Is there any way in Win2k to sort by "Modified" within "Type"?
I have 6 file types in a folder and would like to see one of them
sorted by "Modified".
I could copy the particular type to another folder and then sort
them by "Modified", but I do this all the time.
The old DOS could do it by doing the following:
DIR *.BAT /OS
Thanks in advance,
Edgar (Newbie)
 
D

Dave Patrick

From a command prompt;
dir /o:e /s
is still available with Windows 2000

dir /?
for the syntax.
 
S

staples

Thanks
Dave Patrick said:
From a command prompt;
dir /o:e /s
is still available with Windows 2000

dir /?
for the syntax.

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft MVP [Windows NT/2000 Operating Systems]

staples said:
Is there any way in Win2k to sort by "Modified" within "Type"?
I have 6 file types in a folder and would like to see one of them
sorted by "Modified".
I could copy the particular type to another folder and then sort
them by "Modified", but I do this all the time.
The old DOS could do it by doing the following:
DIR *.BAT /OS
Thanks in advance,
Edgar (Newbie)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top