File Listing printing help!!!

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello, I am running windows XP professional and have this question.
I have a folder of a lot of pdf files. I was wondering if there is a way to
print a listing of all the file names in that folder. Or if there is a way to
transfer the names into another file to print etc..

And one more question. I am sharing this folder making it accessible to all
in my network but want to make it so you need a password to be able to open
the folder. Does microsoft xp pro offer this capability???

I REALLY APPRECIATE THE HELP!!!
 
yeh,
there is specialty software that prints out a listing of files and folders
names.
search for these utlitilites at download.com or fileforum or others..
 
At the command prompt you can use a redirector with the dir command and
send the output of the current directory to a .txt or .doc file then
print the file, example:

dir >c:\test.txt

You can also send it to a printer port.

John

will send the output to test.txt at the root of C.

John
 

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

Back
Top