Printing Directories

vinCe

Distinguished
Apr 1, 2004
492
0
18,780
Archived from groups: microsoft.public.windowsnt.print (More info?)

Is there a way to print all directories and subdirectories
from a specific network drive using NT4?

Thanks
 
G

Guest

Guest
Archived from groups: microsoft.public.windowsnt.print (More info?)

>Is there a way to print all directories and subdirectories
>from a specific network drive using NT4?

Vince,

You can use the command line DIR (or tree) command and redirect its
output to a text file that you can print from Notepad. If you'd like
something a little more integrated with Explorer, have a look at a
3'rd party add-on such as ExpPrint http://www.jddesign.co.uk/.

ExpPrint is an Explorer context menu extension that gives you a "Print
Directory Listing" menu when you select any file folder, drive, or
files. It has quite a comprehensive sorting and layout capability,
and is only a small download.

ExpPrint is shareware, the only restriction on the non-registered
usage is that the Save settings capability is disabled. Other than
that it's fully functional.

Dave
--
MVP VC++ FAQ: http://www.mvps.org/vcfaq
 
G

Guest

Guest
Archived from groups: microsoft.public.windowsnt.print (More info?)

Open a Command Prompt:
Start > Run... > cmd [ENTER]
Now type:
cd\ [ENTER]
dir /s > filename.txt [ENTER]
*or*
dir /s > PRN [ENTER]
The first will create a text file, the second will print
directly to the default printer device if compatible (does
not work with network printers unless you redirect LPT1
and use LPT1 as the destination device)

>-----Original Message-----
>Is there a way to print all directories and
subdirectories
>from a specific network drive using NT4?
>
>Thanks
>.
>