| Explorer does not support the printing of a directory listing directly
but there is a simple way around this. Startup a command prompt and change to the
directory you want to print the listing of. Type the following command.
dir > print.txt
This will perform a directory listing command and redirect the contents of the command
to a file called print.txt. The you can open up the file in your favourite text editor and
click file print.
notepad print.txt
When your print is complete just remove the file.
del print.txt
|