printing contents of a file directory in windows vista

G

Guest

hello,

i am wanting to print the contents of a file folder (print directory), im
using windows vista. how do you do this in windows vista.

thanks,
john...
 
G

Guest

You can dump the contents of a directory to a file and print that file
afterwards.
E.g. in the cmd environment, type

dir c:\mydir /w > c:\temp\myfile.txt <enter>

This will redirect the output of the dir command into a textfile called
myfile.txt (to be found in the directory c:\temp) and will show the contents
of the directory called c:\mydir.

Hope this is an answer to your question...
Daniel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top