Printing Directory

A

Abigail Howkins

Hi,

How do you print the directory of a shared drive on a
network? I have got as far as using command prompt to
bring up my local C drive and print its directory but we
store all of our department info on a shared drive and
need to print a directory of it.

Any advice much appreciated.

Or if I am in the wrong newsgroup, please let me know.

Thanks,
Abigail
 
M

Matthias Tacke

Abigail Howkins said:
Hi,

How do you print the directory of a shared drive on a
network? I have got as far as using command prompt to
bring up my local C drive and print its directory but we
store all of our department info on a shared drive and
need to print a directory of it.

Any advice much appreciated.

Or if I am in the wrong newsgroup, please let me know.
Hello Abigail,

you can't make a share the current folder, but a

dir \\server\share >MyDirFile.txt

is no problem.

HTH
 
P

Paul R. Sadowski

dir \\computer\sharename\
or
dir \\computer\sharename\somedir

like dir \\corporate\accounting\data
 

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