Networking Forums

Networking Forums > Wireless Networking > Wireless Networks > connect string

Reply
Thread Tools Display Modes

connect string

 
 
Arruba
Guest
Posts: n/a

 
      09-09-2004, 11: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
 
 
 
 
Lance
Guest
Posts: n/a

 
      09-09-2004, 03:09 PM
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, 03:24 PM
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, 09:26 AM
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, 02:57 PM
Type "net use ?" for the syntax.

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

-Yves

"Arruba" <(E-Mail Removed)> wrote in message
news:95e301c49718$51576db0$(E-Mail Removed)...
> 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
Display Modes

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
recv() till particular string Harry Linux Networking 2 06-22-2007 04:19 PM
How to encode utf-8 string in Quoted Printable? rex Linux Networking 1 11-12-2006 07:26 AM
netfilter string match Eric Linux Networking 7 11-11-2005 04:54 PM
Two PCs, one piece of wet string nic Home Networking 15 05-23-2004 01:14 PM
-m --string with 3 different strings Marcel Linux Networking 0 06-25-2003 10:25 AM



1 2 3 4 5 6 7 8 9 10 11