Mapping a network drive into a sub-folder

  • Thread starter Thread starter Linker3000
  • Start date Start date
L

Linker3000

Hi guys,

Is there a utility that will let me map a network share into a sub-folder?

ie: I would like the share \\somecomp\somedata to appear locally as c:\data

Thanks

L3K
 
"Andrei Ungureanu" said:
have you tried with <net use z: \\somecomp\somedata> ?

That would just 'create' a Z: drive mapped to a sub-folder on another
machine wouldn't it?
 
The command 'subst' enable on-folder drives but don't work with networks
drives.
Example subst a: c:\new
 
Back
Top