ken82m Posted December 12, 2008 Posted December 12, 2008 A dynamically updating page, or something where I could navigate similiar to explorer would be great. Unfortunately that doesn't belong on this forum lol What I can live with is a script I can schedule that generates a static html file of a directory structure. Something like this, but hopefully better looking lol C:\Test Test1.txt Test1.txt C:\TestSub Test1.txt Test2.txt I basically have 2 folders in the root of my C: drive with many subfolders and files. And I need an html file or files that contain the contents of those directories. I'm sure I can find something on google but I thought someone might have some ideas. Thanks, Kenny "I believe that when we leave a place, part of it goes with us and part of us remains... Go anywhere, when it is quiet, and just listen.. After a while, you will hear the echoes of all our conversations, every thought and word we've exchanged.... Long after we are gone our voices will linger in these walls for as long as this place remains."
Richard Robertson Posted December 12, 2008 Posted December 12, 2008 You could write a mini web server for localhost. That way you could generate the page at runtime.
ken82m Posted December 12, 2008 Author Posted December 12, 2008 hmm I'll see if I can find some examples "I believe that when we leave a place, part of it goes with us and part of us remains... Go anywhere, when it is quiet, and just listen.. After a while, you will hear the echoes of all our conversations, every thought and word we've exchanged.... Long after we are gone our voices will linger in these walls for as long as this place remains."
Richard Robertson Posted December 12, 2008 Posted December 12, 2008 I always recommend people to this: http://www.autoitscript.com/forum/index.php?showtopic=36845It may be old but it's a very good start and it already has an index builder.
ken82m Posted December 12, 2008 Author Posted December 12, 2008 (edited) cool, thanks. If I can get it to work I'll generate links. I'm trying to integrate it into a web player and media server I loaded. I'll be able to stream anything in my movie and music directory to my machine I'll bet a few people on here will like that Edited December 12, 2008 by ken82m "I believe that when we leave a place, part of it goes with us and part of us remains... Go anywhere, when it is quiet, and just listen.. After a while, you will hear the echoes of all our conversations, every thought and word we've exchanged.... Long after we are gone our voices will linger in these walls for as long as this place remains."
Richard Robertson Posted December 12, 2008 Posted December 12, 2008 Yes. That would be really easy. If I remember correctly, the code is very clean and easy to understand. Some of it may be weird and need updating though.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now