net use from Dos donīt work

Ask a Question related to Windows Networking, Design and Development.

  1. #1

    Default net use from Dos donīt work

    Hey to all,
    I tried several hours to get a connect from DOS (network boot disc) to
    my new XP Laptop.
    I used: net use Z: \\server\shared_folder
    I also tried: net use Z: \\TCPIP-adr.\shared_folder
    no success. Every time I got the message:
    Error 53: The computer name specified in the network path cannot
    be located"

    With the ping command (ping server, ping \\TCPIP-adr.) I got an
    answer.
    With NT ( on the Laptop ) the net use command works fine.

    I updated the net command - but thatīs not the problem
    I want only TCP/Ip protokol enabled.


    Have any one a good idea.
    Thanks in advance

    Ralf
    ralle Guest

  2. Similar Questions and Discussions

    1. Can't get <img> to work in XML
      I'm using PHP to grab info from a database and then spit out an XML file. I'm loading the XML file into my fla and having no problems getting the...
    2. Links don't work in Shockwave movie but work in p
      Hi, everyone: I encountered a strange problem. I downloaded a sample movie from Macromedia site and noticed that the same problem occurs what I had...
    3. F12 doesn't quite work
      I press F12, and the page displays locally, but the included files (PHP) don't get included. I could've sworn it was working, once upon a time. Now,...
    4. Still trying to get a Mac to work with GPS
      I am still trying to get a Mac to work with GPS. All of the leads so far suggested have not pointed me towards a soltion, allowing the use of a Mac...
    5. Net work set up
      1)i have 2 computers both with a network card connected by cable. 2) when running main (internet)computer XP home o/s 2nd computer 98 o/s the 2...
  3. #2

    Default net use from Dos donīt work

    Hey to all,
    I tried several hours to get a connect from DOS (network boot disc) to
    my new XP Laptop.
    I used: net use Z: \\server\shared_folder
    I also tried: net use Z: \\TCPIP-adr.\shared_folder
    no success. Every time I got the message:
    Error 53: The computer name specified in the network path cannot
    be located"

    With the ping command (ping server, ping \\TCPIP-adr.) I got an
    answer.
    With NT ( on the Laptop ) the net use command works fine.

    I updated the net command - but thatīs not the problem
    I want only TCP/Ip protokol enabled.


    Have any one a good idea.
    Thanks in advance

    Ralf
    ralle Guest

  4. #3

    Default Re: net use from Dos donīt work

    Do you have firewall on that laptop? You might have activated XP'ss builtin
    firewall. If you use firewall, configure it to allow desired traffic.

    /Nico

    "ralle" <kralemann.r@bex.battenfeld.com> wrote in message
    news:f4208260.0307140433.2fa9d312@posting.google.c om...
    > Hey to all,
    > I tried several hours to get a connect from DOS (network boot disc) to
    > my new XP Laptop.
    > I used: net use Z: \\server\shared_folder
    > I also tried: net use Z: \\TCPIP-adr.\shared_folder
    > no success. Every time I got the message:
    > Error 53: The computer name specified in the network path cannot
    > be located"
    >
    > With the ping command (ping server, ping \\TCPIP-adr.) I got an
    > answer.
    > With NT ( on the Laptop ) the net use command works fine.
    >
    > I updated the net command - but thatīs not the problem
    > I want only TCP/Ip protokol enabled.
    >
    >
    > Have any one a good idea.
    > Thanks in advance
    >
    > Ralf

    News Reader Guest

  5. #4

    Default Re: net use from Dos donīt work

    Hey,
    the firewall is disabled.
    I tried to get a connection to another XP computer. This computer is a
    member of a domain. I got a connection with an domain-account, but not
    with a local account (administrator).

    I heard, that it is a good idea to enable "Enable NetBIOS over TCPIP".
    But that doesnīt work either.
    I install Netbios protocol ... no success.

    Whatīs the difference between the domain account and the local
    administrator account?
    net use * \\servername\shared_folder /User:computername\Admin
    doesnīt help.

    Any idea?


    Thanks Ralf
    ralle Guest

  6. #5

    Default Re: net use from Dos donīt work

    You need to use an account on the server

    net use * \\servername\sharedfolder /u:servername\Administrator *

    --

    Ken Wickes [MSFT]
    This posting is provided "AS IS" with no warranties, and confers no rights.


    "ralle" <kralemann.r@bex.battenfeld.com> wrote in message
    news:f4208260.0307142202.6fa2e5e9@posting.google.c om...
    > Hey,
    > the firewall is disabled.
    > I tried to get a connection to another XP computer. This computer is a
    > member of a domain. I got a connection with an domain-account, but not
    > with a local account (administrator).
    >
    > I heard, that it is a good idea to enable "Enable NetBIOS over TCPIP".
    > But that doesnīt work either.
    > I install Netbios protocol ... no success.
    >
    > Whatīs the difference between the domain account and the local
    > administrator account?
    > net use * \\servername\shared_folder /User:computername\Admin
    > doesnīt help.
    >
    > Any idea?
    >
    >
    > Thanks Ralf

    Ken Wickes [MSFT] Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139