question regarding net view \\server\

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

Guest

Hello:
From the command line, the above command is only able to display
the folders that are share, but unable to view the content of the shared
folder
using the same command.

My question is, which command do I use that have the same effect as 'dir'
but on a network folder.

Thank You in advance and have a good day.

ennma
 
ennma said:
Hello:
From the command line, the above command is only able to display
the folders that are share, but unable to view the content of the shared
folder
using the same command.

My question is, which command do I use that have the same effect as 'dir'
but on a network folder.

Thank You in advance and have a good day.

ennma

Map a network drive to the desired share. Then, use the 'dir' command
on the drive letter. For example:

net use z: \\server\share
dir z:
--
Best Wishes,
Steve Winograd, MS-MVP (Windows Networking)

Please post any reply as a follow-up message in the news group
for everyone to see. I'm sorry, but I don't answer questions
addressed directly to me in E-mail or news groups.

Microsoft Most Valuable Professional Program
http://mvp.support.microsoft.com
 
Thank you for the prompt repy.
Do you have book titles to recommend?

my goal is to get full understanding of how windows work

i keep hearing linux, but I just feel people don't fully understand

windows.

Thank you
 
Back
Top