Computing.Net > Forums > Programming > list file's current date and time.

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 file's current date and time.

Reply to Message Icon

Name: rjgandhi
Date: January 3, 2005 at 12:22:28 Pacific
OS: W2k
CPU/Ram: P4/512MB
Comment:

I've large network with over 200 servers. There is one bat file (d:\abc\xy\*.bat) exists on all servers in network. I need to get the date and time of this bat file.
Please help me to create bat file to check this file.
Thx
RG

rjgandhi



Sponsored Link
Ads by Google

Response Number 1
Name: Mechanix2Go
Date: January 3, 2005 at 22:45:08 Pacific
Reply:

RG,

for %%F in (d:\abc\xy\*.bat) do echo %%~TF


HTH


M2


0
Reply to Message Icon

Related Posts

See More







Post Locked

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


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: list file's current date and time.

file naming as date and time www.computing.net/answers/programming/file-naming-as-date-and-time/17986.html

Note log with date and time stamp www.computing.net/answers/programming/note-log-with-date-and-time-stamp/17686.html

Date and time in VB www.computing.net/answers/programming/date-and-time-in-vb/9009.html