Pinting list of disk files

Started by Broadback, Jun 03, 2010, 11:57:36

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Broadback

Is there a reasonably simple way of saving into a file, then printing, a list of all files on all my disks? I assume I would have to do it one at a time, but how please? Oh yes I am using Windows 7, which after a dodgy start I am getting to like more and more.
Nothing is perfect, not even my ignorance!

Ray

I think this free programme will do what you want, BB.here
Ray
--------------------

This post reflects my own views, opinions and experience, not those of IDNet.

Broadback

Nothing is perfect, not even my ignorance!

Ray

Ray
--------------------

This post reflects my own views, opinions and experience, not those of IDNet.

john

The follwing commands in a DOS 'cmd' window is a quick and cheap way of listing all the files and directories into a text file :

dir /S C:\* > C:\tmp\dir.txt
dir /S /AH C:\* >> C:\tmp\dir.txt

(this just does the 'C' drive but you could repeat the command for other drives, also the second command does hidden files)


Printing the resultant file may take some time (and a lot of paper) though, when I tried it on my laptop there were nearly 250,000 lines.  ;D

Rik

We do keep collecting those pesky little files, don't we, John. :)
Rik
--------------------

This post reflects my own views, opinions and experience, not those of IDNet.

john

I'm sure most of them are no longer needed Rik, but I can't be bothered deciding out if they are or not.

Rik

Exactly, John. It's like all those spare cables I keep 'just in case'. :)
Rik
--------------------

This post reflects my own views, opinions and experience, not those of IDNet.

Broadback

Also all those mains/DC power supplies, that I no longer have any idea what device they do, or did, power. Why can't they integrate them into the machines, or at least standardise them! :mad:
Nothing is perfect, not even my ignorance!

Rik

 ;D

It would throw away the benefits of lower manufacturing costs.
Rik
--------------------

This post reflects my own views, opinions and experience, not those of IDNet.

JB

I ran out of 'dymo' tape trying to associate all my power supplies with the equipment!
JB

'Keyboard not detected ~ Press F1 to continue'

Rik

 ;D

Plus the labels tend to fall off that 'dimpled' surface.
Rik
--------------------

This post reflects my own views, opinions and experience, not those of IDNet.

john

Even more annoying is the law that states you will never ever use them unless you delete/scrap them.

Rik

Rik
--------------------

This post reflects my own views, opinions and experience, not those of IDNet.

JB

Quote from: Rik on Jun 05, 2010, 17:53:55
;D

Plus the labels tend to fall off that 'dimpled' surface.
There speaks the voice of experience.
JB

'Keyboard not detected ~ Press F1 to continue'

Rik

Rik
--------------------

This post reflects my own views, opinions and experience, not those of IDNet.