Networking Forums

Networking Forums > Computer Networking > Windows Networking > wireless network & map network drive

Reply
Thread Tools Display Modes

wireless network & map network drive

 
 
Tom
Guest
Posts: n/a

 
      04-07-2005, 04:50 PM
The problem is that the 1st pc, needs to connect to a mapped network drive
via a Belkin wireless Access Point on a 2nd pc. However at the time of this
connection the wireless network is not yet active.

Both pc's are using Win98SE with a Belkin wireless PCI card on PC1.

Any advice on how to overcome this problem would be appreciated


Tom


 
Reply With Quote
 
 
 
 
Richard G. Harper
Guest
Posts: n/a

 
      04-07-2005, 09:10 PM
Map the drive with a batch file in the StartUp program group - that should
let the network get started before the drive mapping happens.

--
Richard G. Harper [MVP Shell/User] (E-Mail Removed)
* In fond memory ... Alex, you shall be sorely missed
* http://www.aumha.org/alex.htm



"Tom" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> The problem is that the 1st pc, needs to connect to a mapped network drive
> via a Belkin wireless Access Point on a 2nd pc. However at the time of
> this connection the wireless network is not yet active.
>
> Both pc's are using Win98SE with a Belkin wireless PCI card on PC1.
>
> Any advice on how to overcome this problem would be appreciated
>
>
> Tom
>



 
Reply With Quote
 
Tom
Guest
Posts: n/a

 
      04-07-2005, 10:04 PM
Hi Richard

Do you have an example of such a batch file that I can use as a guide

TIA

Tom

"Richard G. Harper" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Map the drive with a batch file in the StartUp program group - that should
> let the network get started before the drive mapping happens.
>
> --
> Richard G. Harper [MVP Shell/User] (E-Mail Removed)
> * In fond memory ... Alex, you shall be sorely missed
> * http://www.aumha.org/alex.htm
>
>
>
> "Tom" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> The problem is that the 1st pc, needs to connect to a mapped network
>> drive via a Belkin wireless Access Point on a 2nd pc. However at the time
>> of this connection the wireless network is not yet active.
>>
>> Both pc's are using Win98SE with a Belkin wireless PCI card on PC1.
>>
>> Any advice on how to overcome this problem would be appreciated
>>
>>
>> Tom
>>

>
>



 
Reply With Quote
 
Richard G. Harper
Guest
Posts: n/a

 
      04-08-2005, 10:58 AM
Sure:

@echo off
net use v: /d
net use v: \\servername\sharename

Of course, change v: to the drive letter you want to map, and
\\servername\sharename to the path to the folder in question.

--
Richard G. Harper [MVP Shell/User] (E-Mail Removed)
* In fond memory ... Alex, you shall be sorely missed
* http://www.aumha.org/alex.htm



"Tom" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi Richard
>
> Do you have an example of such a batch file that I can use as a guide
>
> TIA
>
> Tom
>
> "Richard G. Harper" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> Map the drive with a batch file in the StartUp program group - that
>> should let the network get started before the drive mapping happens.
>>
>> --
>> Richard G. Harper [MVP Shell/User] (E-Mail Removed)
>> * In fond memory ... Alex, you shall be sorely missed
>> * http://www.aumha.org/alex.htm
>>
>>
>>
>> "Tom" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>>> The problem is that the 1st pc, needs to connect to a mapped network
>>> drive via a Belkin wireless Access Point on a 2nd pc. However at the
>>> time of this connection the wireless network is not yet active.
>>>
>>> Both pc's are using Win98SE with a Belkin wireless PCI card on PC1.
>>>
>>> Any advice on how to overcome this problem would be appreciated
>>>
>>>
>>> Tom
>>>

>>
>>

>
>



 
Reply With Quote
 
Tom
Guest
Posts: n/a

 
      04-08-2005, 01:00 PM
Thanks Richard

Will give that a try

Tom
"Richard G. Harper" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Sure:
>
> @echo off
> net use v: /d
> net use v: \\servername\sharename
>
> Of course, change v: to the drive letter you want to map, and
> \\servername\sharename to the path to the folder in question.
>
> --
> Richard G. Harper [MVP Shell/User] (E-Mail Removed)
> * In fond memory ... Alex, you shall be sorely missed
> * http://www.aumha.org/alex.htm
>
>
>
> "Tom" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> Hi Richard
>>
>> Do you have an example of such a batch file that I can use as a guide
>>
>> TIA
>>
>> Tom
>>
>> "Richard G. Harper" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>>> Map the drive with a batch file in the StartUp program group - that
>>> should let the network get started before the drive mapping happens.
>>>
>>> --
>>> Richard G. Harper [MVP Shell/User] (E-Mail Removed)
>>> * In fond memory ... Alex, you shall be sorely missed
>>> * http://www.aumha.org/alex.htm
>>>
>>>
>>>
>>> "Tom" <(E-Mail Removed)> wrote in message
>>> news:(E-Mail Removed)...
>>>> The problem is that the 1st pc, needs to connect to a mapped network
>>>> drive via a Belkin wireless Access Point on a 2nd pc. However at the
>>>> time of this connection the wireless network is not yet active.
>>>>
>>>> Both pc's are using Win98SE with a Belkin wireless PCI card on PC1.
>>>>
>>>> Any advice on how to overcome this problem would be appreciated
>>>>
>>>>
>>>> Tom
>>>>
>>>
>>>

>>
>>

>
>



 
Reply With Quote
 
Richard G. Harper
Guest
Posts: n/a

 
      04-08-2005, 10:18 PM
Let us know how it works out.

--
Richard G. Harper [MVP Shell/User] (E-Mail Removed)
* In fond memory ... Alex, you shall be sorely missed
* http://www.aumha.org/alex.htm



"Tom" <(E-Mail Removed)> wrote in message
news:%23Vo5%(E-Mail Removed)...
> Thanks Richard
>
> Will give that a try
>
> Tom
> "Richard G. Harper" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
>> Sure:
>>
>> @echo off
>> net use v: /d
>> net use v: \\servername\sharename
>>
>> Of course, change v: to the drive letter you want to map, and
>> \\servername\sharename to the path to the folder in question.
>>
>> --
>> Richard G. Harper [MVP Shell/User] (E-Mail Removed)
>> * In fond memory ... Alex, you shall be sorely missed
>> * http://www.aumha.org/alex.htm
>>
>>
>>
>> "Tom" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>>> Hi Richard
>>>
>>> Do you have an example of such a batch file that I can use as a guide
>>>
>>> TIA
>>>
>>> Tom
>>>
>>> "Richard G. Harper" <(E-Mail Removed)> wrote in message
>>> news:(E-Mail Removed)...
>>>> Map the drive with a batch file in the StartUp program group - that
>>>> should let the network get started before the drive mapping happens.
>>>>
>>>> --
>>>> Richard G. Harper [MVP Shell/User] (E-Mail Removed)
>>>> * In fond memory ... Alex, you shall be sorely missed
>>>> * http://www.aumha.org/alex.htm
>>>>
>>>>
>>>>
>>>> "Tom" <(E-Mail Removed)> wrote in message
>>>> news:(E-Mail Removed)...
>>>>> The problem is that the 1st pc, needs to connect to a mapped network
>>>>> drive via a Belkin wireless Access Point on a 2nd pc. However at the
>>>>> time of this connection the wireless network is not yet active.
>>>>>
>>>>> Both pc's are using Win98SE with a Belkin wireless PCI card on PC1.
>>>>>
>>>>> Any advice on how to overcome this problem would be appreciated
>>>>>
>>>>>
>>>>> Tom
>>>>>
>>>>
>>>>
>>>
>>>

>>
>>

>
>



 
Reply With Quote
 
Tom
Guest
Posts: n/a

 
      04-11-2005, 04:43 PM
Hi Richard

all works OK - thanks for your help

Tom

"Richard G. Harper" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Let us know how it works out.
>
> --
> Richard G. Harper [MVP Shell/User] (E-Mail Removed)
> * In fond memory ... Alex, you shall be sorely missed
> * http://www.aumha.org/alex.htm
>
>
>
> "Tom" <(E-Mail Removed)> wrote in message
> news:%23Vo5%(E-Mail Removed)...
>> Thanks Richard
>>
>> Will give that a try
>>
>> Tom
>> "Richard G. Harper" <(E-Mail Removed)> wrote in message
>> news:%(E-Mail Removed)...
>>> Sure:
>>>
>>> @echo off
>>> net use v: /d
>>> net use v: \\servername\sharename
>>>
>>> Of course, change v: to the drive letter you want to map, and
>>> \\servername\sharename to the path to the folder in question.
>>>
>>> --
>>> Richard G. Harper [MVP Shell/User] (E-Mail Removed)
>>> * In fond memory ... Alex, you shall be sorely missed
>>> * http://www.aumha.org/alex.htm
>>>
>>>
>>>
>>> "Tom" <(E-Mail Removed)> wrote in message
>>> news:(E-Mail Removed)...
>>>> Hi Richard
>>>>
>>>> Do you have an example of such a batch file that I can use as a guide
>>>>
>>>> TIA
>>>>
>>>> Tom
>>>>
>>>> "Richard G. Harper" <(E-Mail Removed)> wrote in message
>>>> news:(E-Mail Removed)...
>>>>> Map the drive with a batch file in the StartUp program group - that
>>>>> should let the network get started before the drive mapping happens.
>>>>>
>>>>> --
>>>>> Richard G. Harper [MVP Shell/User] (E-Mail Removed)
>>>>> * In fond memory ... Alex, you shall be sorely missed
>>>>> * http://www.aumha.org/alex.htm
>>>>>
>>>>>
>>>>>
>>>>> "Tom" <(E-Mail Removed)> wrote in message
>>>>> news:(E-Mail Removed)...
>>>>>> The problem is that the 1st pc, needs to connect to a mapped network
>>>>>> drive via a Belkin wireless Access Point on a 2nd pc. However at the
>>>>>> time of this connection the wireless network is not yet active.
>>>>>>
>>>>>> Both pc's are using Win98SE with a Belkin wireless PCI card on PC1.
>>>>>>
>>>>>> Any advice on how to overcome this problem would be appreciated
>>>>>>
>>>>>>
>>>>>> Tom
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>

>>
>>

>
>



 
Reply With Quote
 
Richard G. Harper
Guest
Posts: n/a

 
      04-11-2005, 10:53 PM
Glad I was able to help.

--
Richard G. Harper [MVP Shell/User] (E-Mail Removed)
* In fond memory ... Alex, you shall be sorely missed
* http://www.aumha.org/alex.htm



"Tom" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Hi Richard
>
> all works OK - thanks for your help
>
> Tom
>
> "Richard G. Harper" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
>> Let us know how it works out.
>>
>> --
>> Richard G. Harper [MVP Shell/User] (E-Mail Removed)
>> * In fond memory ... Alex, you shall be sorely missed
>> * http://www.aumha.org/alex.htm
>>
>>
>>
>> "Tom" <(E-Mail Removed)> wrote in message
>> news:%23Vo5%(E-Mail Removed)...
>>> Thanks Richard
>>>
>>> Will give that a try
>>>
>>> Tom
>>> "Richard G. Harper" <(E-Mail Removed)> wrote in message
>>> news:%(E-Mail Removed)...
>>>> Sure:
>>>>
>>>> @echo off
>>>> net use v: /d
>>>> net use v: \\servername\sharename
>>>>
>>>> Of course, change v: to the drive letter you want to map, and
>>>> \\servername\sharename to the path to the folder in question.
>>>>
>>>> --
>>>> Richard G. Harper [MVP Shell/User] (E-Mail Removed)
>>>> * In fond memory ... Alex, you shall be sorely missed
>>>> * http://www.aumha.org/alex.htm
>>>>
>>>>
>>>>
>>>> "Tom" <(E-Mail Removed)> wrote in message
>>>> news:(E-Mail Removed)...
>>>>> Hi Richard
>>>>>
>>>>> Do you have an example of such a batch file that I can use as a guide
>>>>>
>>>>> TIA
>>>>>
>>>>> Tom
>>>>>
>>>>> "Richard G. Harper" <(E-Mail Removed)> wrote in message
>>>>> news:(E-Mail Removed)...
>>>>>> Map the drive with a batch file in the StartUp program group - that
>>>>>> should let the network get started before the drive mapping happens.
>>>>>>
>>>>>> --
>>>>>> Richard G. Harper [MVP Shell/User] (E-Mail Removed)
>>>>>> * In fond memory ... Alex, you shall be sorely missed
>>>>>> * http://www.aumha.org/alex.htm
>>>>>>
>>>>>>
>>>>>>
>>>>>> "Tom" <(E-Mail Removed)> wrote in message
>>>>>> news:(E-Mail Removed)...
>>>>>>> The problem is that the 1st pc, needs to connect to a mapped network
>>>>>>> drive via a Belkin wireless Access Point on a 2nd pc. However at the
>>>>>>> time of this connection the wireless network is not yet active.
>>>>>>>
>>>>>>> Both pc's are using Win98SE with a Belkin wireless PCI card on PC1.
>>>>>>>
>>>>>>> Any advice on how to overcome this problem would be appreciated
>>>>>>>
>>>>>>>
>>>>>>> Tom
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>

>>
>>

>
>



 
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
ftp network drive behind a wireless router G. Verhoef Home Networking 10 10-10-2007 06:24 PM
hard drive on my wireless network younghuggy Wireless Internet 1 06-25-2007 07:35 PM
Hard drive box on wireless network David Gartrell Wireless Networks 3 01-11-2006 07:47 PM
How to make the Windows think a network drive is a local drive.... Martin Westphal Windows Networking 0 08-11-2005 07:30 AM
Wireless Network and loss of 'D' Drive Wombat Wireless Networks 0 04-23-2005 10:35 AM



1 2 3 4 5 6 7 8 9 10 11