windows explorer > modified

  • Thread starter Thread starter staples
  • Start date Start date
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)
 
From a command prompt;
dir /o:e /s
is still available with Windows 2000

dir /?
for the syntax.
 
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)
 
Back
Top