emanon
December 5th 03, 01:42 AM
>-----Original Message-----
>Is there a way to print a list of files or folders as
>displayed in either My Computer or Windows Explorer?
>.
>
If you want a whole list of everything on your hard drive,
open your dos prompt window.
type cd\ press enter
you should be at c:\ or what ever your HD is.
type "dir /s >files.txt" press enter.
It will create a files.txt in your c:\ directory, you can
print that.
Its gonna make one heck of a big file, I tried it was
over a meg. well over 100 pages and i only have 4 gigs
filled.
There is many more "switches" you can use with the DIR
command. I dont know them all so try to search in google
for "dir switches"
hope that helps :-)
>Is there a way to print a list of files or folders as
>displayed in either My Computer or Windows Explorer?
>.
>
If you want a whole list of everything on your hard drive,
open your dos prompt window.
type cd\ press enter
you should be at c:\ or what ever your HD is.
type "dir /s >files.txt" press enter.
It will create a files.txt in your c:\ directory, you can
print that.
Its gonna make one heck of a big file, I tried it was
over a meg. well over 100 pages and i only have 4 gigs
filled.
There is many more "switches" you can use with the DIR
command. I dont know them all so try to search in google
for "dir switches"
hope that helps :-)