Re: html link to files [message #67765] |
Fri, 21 August 2009 06:02 |
Jeremy Bailin
Messages: 618 Registered: April 2008
|
Senior Member |
|
|
On Aug 21, 2:14 am, maurya <ramaury...@gmail.com> wrote:
> Hi every one,
>
> I want to make a html link of files (say, gif) with their
> remarks. The number of files are large and each file have its own
> characteristics (stored in a 'propert.dat' file). Therefore, I want
> to write an program that create link to files (stored in a directory,
> say, G:\data\gif\) and put their properties (from 'propert.dat') in
> different columns of corresponding rows, viz
>
> ==================================
> SN files prop_a prop_b prop_l
> ==================================
> 1 file_1 text_1a text_1b ... text_1l
> 2 file_2 text_2a text_2b ... text_2l
> 3 file_3 text_3a text_3b ... text_3l
> ........
> .......
>
> n file_n text_3n text_3n ... text_nl
> ================================
>
> Thanks
Sounds like a good text processing language like perl or python would
be better than IDL...
-Jeremy.
|
|
|