Quickie tip 'Print Out a Directory Listing'
Showing all messages in thread #1119660498 Windows XP Annoyances Discussion Forum
The following are all of the messages in this thread (5 in all), shown in chronological order. Click any message subject to view that message by itself or to view the thread hierarchy.
|
Quickie tip 'Print Out a Directory Listing'
Friday, June 24, 2005 at 5:48 pm Posted by GryOwl
(2 messages posted)
No time for the steps in Print
Out a Directory Listing:?
If you can locate your folder via the Cmd window (start..run..cmd) and the list isn't
extremely long (less than say 300 files):
- Type dir /o:gn
- Click the 'c:\' icon in the cmd window title bar and pick Edit..Mark
- Use your mouse to highlight the info you want, then press Enter to send it to
the clipboard.
- Open notepad or other app and paste your list.
Now you can edit, print, or save it.
Note: You can also use dir /o:gn /b to just get the folder and file names if that's
all you want to see. Other dir switches work as well of course, if you need to include
creation date, etc. (dir /? for switches)
[Reply or follow-up to this message]
|
re: Quickie tip 'Print Out a Directory Listing'
Friday, June 24, 2005 at 6:38 pm Posted by Steve
(18676 messages posted)
This adds a Print Directory to rt click context menu.
http://support.microsoft.com/?kbid=321379
[Reply or follow-up to this message]
|
re: Quickie tip 'Print Out a Directory Listing'
Friday, June 24, 2005 at 8:20 pm Posted by Rich Kurtz
(11293 messages posted)
WHy worry about size? Redirect the ouotput to a file then you can print the file.
dir /o:gn > dir.list
or pipe the optput directly to the printer
dir /o:gn | lpt1
[Reply or follow-up to this message]
|
re: Quickie tip 'Print Out a Directory Listing'
Friday, June 24, 2005 at 10:14 pm Posted by GryOwl
(2 messages posted)
There are lots of ways to do this (adding to the context menu is fine, sending to
a file or printer is fine), my point was that when you're in a hurry and just want
to copy some filenames quickly, many folks don't know copy/paste is possilbe from
the cmd window.
[Reply or follow-up to this message]
|
re: Quickie tip 'Print Out a Directory Listing'
Sunday, June 26, 2005 at 8:50 pm Posted by D Parker
(47 messages posted)
The best (free) program I ever found for creating a list of a directory is LS File
List Generator version v1.53.
I used it with Windows 98SE without a problem.
It works in XP but I get an error message when I go to exit - not sure what that's
about.
You can find it here:
http://home.a03.itscom.net/tsuzu/programing/en/
[Reply or follow-up to this message]
|
|
Tip: Use one of the [Reply or follow-up to this message] links above to add a message to this thread
|
|
Return to the Windows XP Discussion Forum
|