Map Network Drive

  • Thread starter Thread starter music lover
  • Start date Start date
M

music lover

Is there a way to Map Network Drive and let user to just click the drive to
access it, just like windows xp Pro? many thanks in advance
 
Sorry for misunderstaing.
I mean in XP Embedded, Is there a way to Map Network Drive and let user to
just click the drive ?
 
You can just run the wizard:
'rundll32.exe C:\Windows\System32\shell32.dll SHHelpShortcuts_RunDLL
Connect'
 
travisr said:
You can just run the wizard:
'rundll32.exe C:\Windows\System32\shell32.dll SHHelpShortcuts_RunDLL
Connect'

Well, it may work, but what component is missing if I got an error: "missing
entry SHHelpShortcuts_RunDLL" after running rundll32.exe ?
 
Well, it may work, but what component is missing if I got an error: "missing
entry SHHelpShortcuts_RunDLL" after running rundll32.exe ?

Either "Primitive: Shell32" or "Map Network Drives/Network Places
Wizard"
 
Ok, thanks.
The "Map Network Drives/Network Places Wizard" is definetely included.
It is strange, but I could not find "primitive shell32" component in my TD
(SP2 Feature Pack 2007) at all.

Also, i've used another way - include NET.EXE Utility component to the image
and then:
net use Z: \\<Server>\<Folder>
Z: - network drive letter.
 
Back
Top