Home All Groups Group Topic Archive Search About

question regarding net view \\server\

Author
3 Dec 2006 5:08 AM
ennma
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

Author
3 Dec 2006 5:21 AM
Steve Winograd [MVP]
In article <30116B6D-5D2E-4FE0-AA2A-7982CE362***@microsoft.com>, ennma
<en***@discussions.microsoft.com> wrote:
>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
Author
3 Dec 2006 7:18 AM
ennma
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

Show quoteHide quote
"Steve Winograd [MVP]" wrote:

> In article <30116B6D-5D2E-4FE0-AA2A-7982CE362***@microsoft.com>, ennma
> <en***@discussions.microsoft.com> wrote:
> >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
>