Create HTML table listing of Windows directories and files Erstellen Sie HTML-Tabelle mit der Windows-Verzeichnisse und Dateien

Posted on October 4, 2008 at 5:34 am Geschrieben am 4. Oktober 2008 bei 5:34

Ever need to create an HTML file that lists all the files and folders in a particular Windows directory ? Wollten Sie schon einmal die Schaffung einer HTML-Datei, listet alle Dateien und Ordner in einem bestimmten Windows-Verzeichnis? Probably not something you’ll need to do very often, but it does come in handy every once in a while. Wahrscheinlich nicht etwas müssen Sie tun, sehr oft, aber es kommen in praktisch jeder einmal in eine Weile.

For example, if you want to quickly create a list of all files and folders inside of a Window directory and send it to someone in a nice easy to view format. Zum Beispiel, wenn Sie wollen schnell eine Liste aller Dateien und Ordner innerhalb eines Fenster-Verzeichnis und senden Sie es an jemand in einem netten einfach, um Format. Earlier I had written about a program called Karen’s Directory Printer, a free program that Frühere ich geschrieben hatte über ein Programm namens Karen's Directory Printer, ein freies Programm, prints a list of all files and folders in a Windows directory druckt eine Liste aller Dateien und Ordner in einer Windows-Verzeichnis . However, it only allows you to save the list as a text file. Allerdings ist nur erlaubt Ihnen, speichern Sie die Liste als Text-Datei.

DirHTML DirHTML is a nifty program that pretty much does the same thing, generates a recursive list of files and folders, but outputs it as an HTML table with links! ist ein raffiniertes Programm, das ziemlich teuer ist die gleiche Sache, generiert eine Liste von Dateien und Ordnern, aber Ausgänge es als HTML-Tabelle mit Links! So you can actually open the file and click on any file to open the file in the web browser. So können Sie tatsächlich öffnen Sie die Datei und klicken Sie auf eine beliebige Datei zu öffnen Sie die Datei im Web-Browser. Convenient for web developers possibly. Bequem für Web-Entwickler möglicherweise.

Here’s what a directory listing outputted in HTML looks like for a folder on my computer: Hier ist, was ein Verzeichnis ausgegeben in HTML sieht aus wie für einen Ordner auf meinem Computer:

directory listing html table

Across the top are anchors, which are basically links to all of the folders inside the directory you specified. Auf der anderen Seite des Top-Anker sind, die im Wesentlichen Links zu allen von den Ordnern innerhalb der von Ihnen angegebene Verzeichnis. After that, all files within the root folder and within each folder under the root is listed along with basic file attributes. Danach werden alle Dateien im Root-Ordner und innerhalb der einzelnen Ordner unter dem root ist zusammen mit grundlegenden Datei Attribute. You can click on any of the files and it’ll try to open them in the browser window. Sie können klicken Sie auf eine der Dateien und sie werden versuchen, um sie zu öffnen im Browser-Fenster.

Once you download the program, simply run the dirhtml.exe file and you’ll get a configuration window like this: Nachdem Sie das Programm herunterzuladen, führen Sie einfach die Datei dirhtml.exe und erhalten Sie ein Konfigurations-Fenster wie folgt aus:

create directory listing

The program is highly configurable, but you can also just choose the folder and click the Build button if you don’t want to do anything else. Das Programm ist in hohem Maße konfigurierbar, aber Sie können auch nur wählen Sie den Ordner, und klicken Sie auf die Generator-Schaltfläche, wenn Sie nicht möchten, dass zu tun. You can filter based on file extension (File Specification) or by file names. Sie können Filter auf der Grundlage von Datei-Endung (File Spezifikation) oder nach Dateinamen.

Under Miscellaneous , you can specify the file attributes you want to include in the HTML output and also specify if you want to use fully qualified paths in the links. Unter Verschiedenes, können Sie die Datei Attribute Sie wollen in die HTML-Ausgabe und auch angeben, wenn Sie möchten, verwendet jetzt voll qualifizierte Pfade in den Links. This is useful because if you want to be able to transfer the file to another computer, you can also copy the folder to the other computer under the same path, ie C:\My Documents\Test and be open to click on the files to open them. Dies ist nützlich, denn wenn Sie möchten, können zur Übertragung der Datei auf einen anderen Computer, können Sie auch kopieren Sie den Ordner auf dem anderen Computer unter den gleichen Pfad, zB C: \ My Documents \ Test und offen klicken Sie auf die Dateien in öffnen.

print directory listing

Under Sorting , you can choose to sort the files by Filename, Size, Date, and Extension. Unter Sortieren können Sie wählen, sortieren Sie die Dateien nach Dateiname, Größe, Datum und Erweiterung.

sort files

You can also configure the program to build the directory listing recursively or not. Sie können auch so konfigurieren, das Programm für den Bau des Verzeichnis rekursiv oder nicht. You can choose whether you want all links in one HTML file or to create an HTML file for each separate folder. Sie können wählen, ob Sie wollen, dass alle Links in einem HTML-Datei zu erstellen oder eine HTML-Datei für jeden einzelnen Ordner.

html directory listing

Overall, it’sa useful program to quickly create HTML files for any folder branch in Windows. Insgesamt ist es ein nützliches Programm, um schnell erstellen HTML-Dateien für jeden Ordner Niederlassung in Windows. Enjoy! Genießen!

Enjoyed this post? Genossen diesem Post? Subscribe to Online Tech Tips via Abonnieren Sie den Online-Tech Tipps über RSS Feed RSS-Feed or via oder über Email E-Mail and receive free daily productivity tips. und Sie erhalten täglich kostenlos Produktivität Tipps.

» Filed Under »Gespeichert unter Free Software Downloads Free Software Downloads

Add to Delicious Save this page Speichern Sie diese Seite Mixx es Stir it up on Mixx Rühren Sie es auf Mixx
Reddit Add to Reddit Add to Reddit StumbleUpon Stumble this page Stumble dieser Seite

Related Posts Verwandte Beiträge

One Response to “Create HTML table listing of Windows directories and files” Eine Antwort auf "Erstellen Sie HTML-Tabelle von Windows-Verzeichnissen und Dateien"

  1. dan said on : dan sagte am:

    Have you ever found a tool that might do this “on the fly”? Haben Sie schon einmal ein Werkzeug gefunden, die dies tun "on the fly"? The goal - to create a website where customers go to download files; each day the engineer might drop a new file into a windows directory and would not want to update the html each time to make it downloadable? Das Ziel - die Schaffung einer Website, wo Kunden gehen zu Download-Dateien; jeden Tag der Ingenieur könnte Drop eine neue Datei in eine Windows-Verzeichnis und möchte nicht, dass die Aktualisierung der html jedes Mal, um es zum Herunterladen?


    Please post your comments/suggestions! Bitte posten Sie Ihre Kommentare und Vorschläge!