Advertisement

12.16.2007 at 11:32PM PST, ID: 23027328
[x]
Attachment Details

Lookup date modified

Asked by xenium in MS DOS

Tags: , ,

Hi,

I use the snippet below to create simple html index pages of photos. Is there a way i could display the date modified info from each file, as text before each photo. it might be inserted eg ...echo %DATEMODIFIED%^<A HREF...
Thanks!
Start Free Trial
1:
2:
rem **** create index.htm
for /f "tokens=*" %%a in ('dir /b *.jpg') do echo ^<A HREF=%%a^>^<IMG SRC=.\thumbs\_%%a BORDER=0^>^</A^> >>index.html
[+][-]12.17.2007 at 12:53AM PST, ID: 20483569

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]12.17.2007 at 05:21AM PST, ID: 20484493

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]12.17.2007 at 01:45PM PST, ID: 20488177

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]12.17.2007 at 02:03PM PST, ID: 20488333

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: MS DOS
Tags: date, modified, html
Sign Up Now!
Solution Provided By: SteveGTR
Participating Experts: 2
Solution Grade: A
 
 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_EXPERT_20070906