/ Published in: Windows PowerShell
I found this today and don't want too lose it. In windows the following command will create a text file named fileListing.txt which will contain a list of all the files in the current directory ( including fileListing.txt )
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
dir *.* /b >>fileListing.txt
URL: http://tgaw.wordpress.com/2007/06/20/list-of-filenames-from-a-directory-in-text-format/