Guys, I found this bit of stuff on the net and installed it. It works well but sorts the list into a strange mix of alpha/numerics. Is there a way to make the utility print the list exactly as the file list?
TIA—
To add the print directory feature to Windows Explorer, follow these steps:
a) Open Notepad and then copy and paste the following text into Notepad:
This should start a copy of notepad containing the directory
listing when you right click and select the “Print Directory Listing” menu item. Can you post a sample of the listing in notepad here and
explain why it doesn’t look right?
Just re-read your post. If it is just the sort order that is wrong then modify “prin.bat” as follows to sort by name only (it is currently listing directories first and then sorting by name):
dir %1 /-p /o:n > “%temp%Listing”
If you want to sort by date, use:
dir %1 /-p /o:d > “%temp%Listing”
To sort in reverse order, insert a “-” after the “/o:” option:
The screen capture would suggest that Explorer is sorting by Name, ascending (the “up” arrow next to the Name column heading indicates this) however the list of file names is not properly sorted as I would expect.
Press “F5” in Explorer or click on the “Name” column heading and then click on “Name” again to force a refresh. Does this change the order in which the files are displayed in Explorer?
If you add files (by drag and drop) to an existing folder in Explorer, more often than not the new files do not appear in their proper sorted position in the folder view until you do a refresh.
The file sorts it’s self into numerically ascending order, so for example serial numbers so that 3000 is followed by 301. Anyway thanks for the help guys, I think I have a solution, a bit of software called DDfile catcher, it’s still in the early stages but it allows you to copy files from explorer and drag them into a window within the programme, you can then export to a file, Excel word etc. I’m still playing with it, we’ll see how it goes—