Computing.Net > Forums > Windows XP > Last modified or created directory

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.

Last modified or created directory

Reply to Message Icon

Name: windows_learner
Date: June 26, 2009 at 15:46:37 Pacific
OS: Windows XP
Subcategory: General
Comment:

Hi Friends,

I would like to know is there any command to find out the latest modified and latest created directory in windows. I surfed over the net and couldnt find anything matching. I need to incorporate this in a batch file. Can anyone help me here..

Thanks much in advance



Sponsored Link
Ads by Google

Response Number 1
Name: OtheHill
Date: June 26, 2009 at 16:12:10 Pacific
Reply:

Is this going to be a repetitive task or a one time deal? If one time, WinXP has something built in that can get the job done.


0

Response Number 2
Name: Mechanix2Go
Date: June 26, 2009 at 17:49:17 Pacific
Reply:

@echo off & setLocal enableDELAYedexpansion

for /f "tokens=* delims= " %%a in ('dir/b/ad/o-d') do (
set LM=%%a
goto :done
)
:done
echo last mod fold is !LM!


=====================================
If at first you don't succeed, you're about average.

M2


0

Response Number 3
Name: worldlibrary
Date: June 26, 2009 at 19:51:22 Pacific
Reply:

I cant get it to work without a

pause
at the end

Why is that?


0

Response Number 4
Name: Mechanix2Go
Date: June 27, 2009 at 00:11:20 Pacific
Reply:

Beats me. It works here.


=====================================
If at first you don't succeed, you're about average.

M2


0

Response Number 5
Name: windows_learner
Date: June 27, 2009 at 08:38:28 Pacific
Reply:

thanks folks.. i would try it and let u all know.. BTW, this is not a one time requirement..


0

Related Posts

See More



Response Number 6
Name: windows_learner
Date: June 27, 2009 at 11:10:14 Pacific
Reply:

many thanks mechanix.. it works great..


0

Sponsored Link
Ads by Google
Reply to Message Icon

Retrieving product key Add ons



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Windows XP Forum Home


Sponsored links

Ads by Google


Results for: Last modified or created directory

office xp cant modify or create new www.computing.net/answers/windows-xp/office-xp-cant-modify-or-create-new/34556.html

Date Last Modified Problem www.computing.net/answers/windows-xp/date-last-modified-problem/126049.html

Last modified file www.computing.net/answers/windows-xp/last-modified-file/176231.html