Archived from groups: microsoft.public.win2000.file_system (
More info?)
Or you could try this;
http://www.no-nonsense-software.com/printfolder/
On Fri, 18 Jun 2004 23:28:38 GMT, kurt_SPAMLESS@hotmail.com (Overlord) wrote:
>You mention chronological sorting, economical printing
>and also sorting by name. Do you need file sizes?
>Is this what you're putting in?:
>
>@echo off
>dir %1 /-p /o:gn > "%temp%\Listing"
>start /w notepad /p "%temp%\Listing"
>del "%temp%\Listing" exit
>
>Why not try editing the DIR line;
>
>dir %1 /d /o:g-d > "%temp%\Listing"
>
>Gives you the newest file names first in each directory.
>Groups the subdirectories at the beginning so they're out of the way.
>Cuts off the date/time/dir/size.
>Prints out in wide format saving you paper.
>Doesn't necessarily print out in straight lines tho.
>
>On Fri, 18 Jun 2004 09:43:36 -0700, <anonymous@discussions.microsoft.com> wrote:
>
>>Thanks for the help - I tried it here in Win 2000
>>Professional, and it appears to work, but the directory
>>listing is not the same as i see on the screen - nor is it
>>organized chronologically. BUT - if you rt-click on a
>>folder, the option for printing directory does come up...
>>but also an error at the end stating something so fast I
>>cannot read it...
>>
>>anyways - the list prints out - but data is organized as
>>such;
>>
>>Date Time DIR Size name.
>>
>>Anyway of having it sort out by name, rather than date?
>>
>>Rick
>>>-----Original Message-----
>>>Hi, Rick.
>>>
>>>Here's the method I use for WinXP:
>>>How to add the Print Directory feature for folders in
>>Windows XP
>>>http://support.microsoft.com/?kbid=321379
>>>
>>>I think it would work with Win2K, too, and I've been
>>trying to get the KB
>>>article updated to say that, but without success so far.
>>>
>>>If you try it, would you please report back and confirm
>>that it does (or
>>>does not) work in Win2K?
>>>
>>>RC
>>>--
>>>R. C. White, CPA
>>>San Marcos, TX
>>>rc@corridor.net
>>>Microsoft Windows MVP
>>>
>>>"Rick N." <anonymous@discussions.microsoft.com> wrote in
>>message
>>>news:1df3b01c4546b$b59c74e0$a001280a@phx.gbl...
>>>> something I can't seem to figure out is how to get a
>>>> printed list of files in a directory or subdirectory!
>>if
>>>> there is an option somewhere to get a printed list of
>>>> files, I am missing it. Anybody know how to do this
>>>> without print-screening or capturing the screen? Is
>>there
>>>> an option I am missing?
>>>>
>>>> Thanks in advance!
>>>>
>>>> Rick
>>>
>>>.
>>>
>
>~~~~~~
>Bait for spammers:
>root@localhost
>postmaster@localhost
>admin@localhost
>abuse@localhost
>postmaster@[127.0.0.1]
>uce@ftc.gov
>~~~~~~
>Remove "spamless" to email me.
~~~~~~
Bait for spammers:
root@localhost
postmaster@localhost
admin@localhost
abuse@localhost
postmaster@[127.0.0.1]
uce@ftc.gov
~~~~~~
Remove "spamless" to email me.