Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Wireless Networking > connect string

Reply
Thread Tools

connect string

 
 
Arruba
Guest
Posts: n/a
 
      09-09-2004
Hi!
I'm a newbye, and would like to know which sytaxe to use in
a batch file in order to map a drive letter towards a path
in a remote computer, with a username and password.

Thanks for any help.

Cheers,
Arr.
 
Reply With Quote
 
 
 
 
Lance
Guest
Posts: n/a
 
      09-09-2004
Start up Help & Support, search for "net use". You need to have File and
Printer Sharing up and running. Permissions need to be set up properly too.

An example of what the command would look like to mount the remote
shared folder as local drive m: is:

net use m: \\ComputerName\ShareName password /user:username /persistent:no

Lance
*****


Arruba said the following on 9/9/2004 4:34 AM:
> Hi!
> I'm a newbye, and would like to know which sytaxe to use in
> a batch file in order to map a drive letter towards a path
> in a remote computer, with a username and password.
>
> Thanks for any help.
>
> Cheers,
> Arr.

 
Reply With Quote
 
 
 
 
Arruba
Guest
Posts: n/a
 
      09-09-2004
Thanks Lance.
>-----Original Message-----
>Start up Help & Support, search for "net use". You need to

have File and
>Printer Sharing up and running. Permissions need to be set

up properly too.
>
>An example of what the command would look like to mount

the remote
>shared folder as local drive m: is:
>
>net use m: \\ComputerName\ShareName password

/user:username /persistent:no
>
>Lance
>*****
>
>
>Arruba said the following on 9/9/2004 4:34 AM:
>> Hi!
>> I'm a newbye, and would like to know which sytaxe to use in
>> a batch file in order to map a drive letter towards a path
>> in a remote computer, with a username and password.
>>
>> Thanks for any help.
>>
>> Cheers,
>> Arr.

>.
>

 
Reply With Quote
 
Arruba
Guest
Posts: n/a
 
      09-10-2004
So, would that be right:

net use z: \\pcname\docs pw/usercname\abc /persistent:no

domain: Dom
computer name: pcname
username:ABC
passwordw
drive to map: z
shared dir: docs

But I still have a problem: nothing happens

(I'm on winXP).

Cheers,
Arr.


>-----Original Message-----
>Thanks Lance.
>>-----Original Message-----
>>Start up Help & Support, search for "net use". You need to

>have File and
>>Printer Sharing up and running. Permissions need to be set

>up properly too.
>>
>>An example of what the command would look like to mount

>the remote
>>shared folder as local drive m: is:
>>
>>net use m: \\ComputerName\ShareName password

>/user:username /persistent:no
>>
>>Lance
>>*****
>>
>>
>>Arruba said the following on 9/9/2004 4:34 AM:
>>> Hi!
>>> I'm a newbye, and would like to know which sytaxe to use in
>>> a batch file in order to map a drive letter towards a path
>>> in a remote computer, with a username and password.
>>>
>>> Thanks for any help.
>>>
>>> Cheers,
>>> Arr.

>>.
>>

>.
>

 
Reply With Quote
 
Yves Konigshofer
Guest
Posts: n/a
 
      09-10-2004
Type "net use ?" for the syntax.

You might want to try "net use z: \\pcname\docs pw /userom\ABC
/persistent:no"

-Yves

"Arruba" <> wrote in message
news:95e301c49718$51576db0$...
> So, would that be right:
>
> net use z: \\pcname\docs pw/usercname\abc /persistent:no
>
> domain: Dom
> computer name: pcname
> username:ABC
> passwordw
> drive to map: z
> shared dir: docs
>
> But I still have a problem: nothing happens
>
> (I'm on winXP).
>
> Cheers,
> Arr.
>
>
>>-----Original Message-----
>>Thanks Lance.
>>>-----Original Message-----
>>>Start up Help & Support, search for "net use". You need to

>>have File and
>>>Printer Sharing up and running. Permissions need to be set

>>up properly too.
>>>
>>>An example of what the command would look like to mount

>>the remote
>>>shared folder as local drive m: is:
>>>
>>>net use m: \\ComputerName\ShareName password

>>/user:username /persistent:no
>>>
>>>Lance
>>>*****
>>>
>>>
>>>Arruba said the following on 9/9/2004 4:34 AM:
>>>> Hi!
>>>> I'm a newbye, and would like to know which sytaxe to use in
>>>> a batch file in order to map a drive letter towards a path
>>>> in a remote computer, with a username and password.
>>>>
>>>> Thanks for any help.
>>>>
>>>> Cheers,
>>>> Arr.
>>>.
>>>

>>.
>>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can connect to wireless but can not connect to internet Lucy Wireless Networking 2 09-23-2006 11:47 AM
Can connect to wireless but can not connect to internet Lucy Wireless Networking 0 09-22-2006 11:52 AM
Can connect to wireless but can not connect to internet Lucy Wireless Networking 0 09-22-2006 11:03 AM
Could Not Connect To SMTP Host Connection Failed -- Software caused connection abort: connect kishore@novelteam.com Java 3 11-16-2005 03:33 PM
Can't connect to local machine with anything except IE Other browsers can't connect without password Otis Mukinfus ASP .Net 3 07-08-2005 03:54 AM



Advertisments
 



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