//flex table opened by JP

Click to See Complete Forum and Search --> : print directory-names


europanorama
07-11-2006, 07:05 PM
hello again my friends.
i have a program called print-directory. but its the wrong one. i must print directory-names of my partitions, not the content/file-names of each directory. thank you very much and a nice not too hot summer.

Sterling_Aug
07-11-2006, 08:02 PM
The partition names are not available in DOS or Windows that I am aware of, so I think you may be out of luck.

How many partitions do you have?

Midknyte
07-11-2006, 08:06 PM
http://www.karenware.com/powertools/ptdirprn.asp

europanorama
07-11-2006, 09:06 PM
6 partitions.

i will try out karens directory printer. this one which is wrong
http://www.widgetech.com/freeware/printdir3_1.shtml
or just print screenshots....thank you very much.
happy cooling in this very hot summer. my ex-compatrions are boiling....in poland.

europanorama
07-12-2006, 09:35 AM
directories and its subdirectory-names must be printed.

europanorama
07-12-2006, 10:41 AM
http://www.aborange.de/products/dirprinter.php

german only but it is working fine, multiple export-modules excel, pdf, txt etc. fantastic.

Sterling_Aug
07-12-2006, 10:55 AM
I though you said you wanted to print the partitions, not the directories?

You can easily print just the directory names using DOS.

1.) Open a cmd window (click start, run, type in cmd, press enter).
2.) Change to the root dir (type cd \ and press enter)
3.) Type dir *. >lpt1 and press enter (make sure you type *._ with a space after the dot)

You can also redirect the output to a file, a com port, and almost any other device.