Is this some how possible to map the network drive as the folder on
local machine.
Like I have shared drive \\HomePC\MyDoc that I can mount to drive z:
net use z: \\HomePC\MyDoc
In addition to I am trying to mount the shared drive at c:\MyDoc,
Rgds,
BJ
Mark L. Ferguson
07-10-2005, 01:07 AM
Not that I know of. You might try an Environmental Variable
C:>set mydoc="C:\MyDoc"
C:>cd %mydoc%
C:\MyDoc>_
--
Mark L. Ferguson
FAQ for MS Antispyware version 1.0.509
http://www.geocities.com/marfer_mvp/FAQ_MSantispy.htm
marfers notes for windows xp http://www.geocities.com/marfer_mvp/chatNotes.htm
..
"BJ" <jainbi@yahoo.com> wrote in message news:1116616294.290214.13030@z14g2000cwz.googlegroups.com...
> Is this some how possible to map the network drive as the folder on
> local machine.
>
> Like I have shared drive \\HomePC\MyDoc that I can mount to drive z:
> net use z: \\HomePC\MyDoc
>
> In addition to I am trying to mount the shared drive at c:\MyDoc,
>
> Rgds,
> BJ
>