Reverse of LinkD.exe

  • Thread starter Thread starter BJ
  • Start date Start date
B

BJ

Hi,

I am trying to find out some thing reverse of Linkd.exe which can allow
me to mount the present Folder as a new Drive.
i.e. if I have a folder c:\Temp, by running the command I can view the
files of c:\temp in z:

Any links will help.

With Rgds,
BJ
 
Create a 'network drive'

start/run, type:

HH %windir%\Help\ntcmds.chm::/subst.htm


..
 
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
 
Not that I know of. You might try an Environmental Variable

C:>set mydoc="C:\MyDoc"
C:>cd %mydoc%
C:\MyDoc>_
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top