Hi,
I am making an application which contains content in html files which will be bundeled in a CD and will be distributed to the students.
The directory structure of the application is
ModuleName=>
Topic1=>
content1.htm
content2.htm
content3.htm
content3.htm
Topic2=>
content1.htm
content2.htm
content3.htm
content3.htm
Now i want to read the files serially and display the content with a link to next file.
Intially since it will be given in a CD, i was trying to find the name of the CD drive on the user machine using filesystemobject, but still unsucessfull.
Can someone help me in that or some other way to read the file content ?
Thanks in advance.
--------------------------------------------------------------------------
I never set a goal because u never know whats going to happen tommorow.
I am making an application which contains content in html files which will be bundeled in a CD and will be distributed to the students.
The directory structure of the application is
ModuleName=>
Topic1=>
content1.htm
content2.htm
content3.htm
content3.htm
Topic2=>
content1.htm
content2.htm
content3.htm
content3.htm
Now i want to read the files serially and display the content with a link to next file.
Intially since it will be given in a CD, i was trying to find the name of the CD drive on the user machine using filesystemobject, but still unsucessfull.
Can someone help me in that or some other way to read the file content ?
Thanks in advance.
--------------------------------------------------------------------------
I never set a goal because u never know whats going to happen tommorow.