-
Website
http://www.tech-recipes.com/ -
Original page
http://www.tech-recipes.com/rx/348/send-listing-of-directory-or-folder-to-notepad-for-easy-printing/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
davak
83 comments · 1 points
-
Web Design
3 comments · 1 points
-
danishbacker
9 comments · 1 points
-
flexinfo
11 comments · 1 points
-
Tonychelle
4 comments · 1 points
-
-
Popular Threads
-
Facebook: How To Get Only Status Updates on Your FB Home Page
1 week ago · 4 comments
-
Firefox: Enable Case Sensitive Searches When Using Find (Ctrl+F)
5 days ago · 1 comment
-
Firefox 3.6: Enable Visual Previews When Using Ctrl+Tab (Windows Only)
6 days ago · 1 comment
-
Windows 7: How To Disable Live Preview for Taskbar Thumbnails
2 weeks ago · 2 comments
-
Gmail: How to block a sender from your inbox
3 weeks ago · 3 comments
-
Facebook: How To Get Only Status Updates on Your FB Home Page
Change
dir "%~dp1" > dir.txt || pause
to
dir /b "%~dp1" > dir.txt || pause
Original thread:
http://www.mameworld.info/ubbthreads/showthreaded.php?Cat=&Number=36808&page=&view=&sb=5&o=&vc=1
Open the command line
"cd" to the directory you want
type "dir >> "C:Your_Text_File.txt"
Thats it, it will create your text file with the directory listing. Better yet, you can use ">>" with any other commands, all it does is direct the output to a text file.
Sorry, does not work here with Win98SE.
What's up?