Printing Directory

  • Thread starter Thread starter Abigail Howkins
  • Start date Start date
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
 
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
 
dir \\computer\sharename\
or
dir \\computer\sharename\somedir

like dir \\corporate\accounting\data
 
Back
Top