Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: dos syntax - $ and network path  (Read 5237 times)

0 Members and 1 Guest are viewing this topic.

kros

  • Guest
dos syntax - $ and network path
« on: June 29, 2009, 09:54:18 AM »
If I am defining a network path in a net use command  example is    net use K: \\test\test$
What is the purpose of the $

wbrost



    Intermediate
  • Thanked: 11
    Re: dos syntax - $ and network path
    « Reply #1 on: June 29, 2009, 10:45:19 AM »
    in windows it is used in administrative shares. that is when you have not explicitly defined the share (windows default).

    gregflowers



      Rookie

      Thanked: 3
      Re: dos syntax - $ and network path
      « Reply #2 on: June 29, 2009, 01:49:52 PM »
      The $ is used to denote a hidden share on the server. Any Shares that end with the $ will not be published or visible. You have to now the share name to access.

      wbrost



        Intermediate
      • Thanked: 11
        Re: dos syntax - $ and network path
        « Reply #3 on: June 29, 2009, 02:14:58 PM »
        The $ is used to denote a hidden share on the server. Any Shares that end with the $ will not be published or visible. You have to now the share name to access.

        or if you need to know the share's on your system
        you can right click My Computer
        manage
        click the + Shared Folders
        and then select shares

        all shares including administrative shares will show up.

        DaveLembke



          Sage
        • Thanked: 662
        • Certifications: List
        • Computer: Specs
        • Experience: Expert
        • OS: Windows 10
        Re: dos syntax - $ and network path
        « Reply #4 on: June 29, 2009, 03:16:24 PM »
        you will also need user/password followed by that command if you dont already have passthrough authentication at the windows permissions level. "This can be dangerous if placed in a batch, in a batch that other users have access to with lesser permissions or in an environment where anyone can view the batch with that mapping and credentials in the open."