Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Mapping network drives
Message
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 7
OS:
Windows XP
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00964799
Message ID:
00964801
Views:
11
You can use WSH
oNet = CREATEOBJECT("Wscript.Network")
oNet.MapNetworkDrive("O:", "\\Server\Volume\dir", .F., "UserName", "Pasword")
oNet.RemoveNetworkDrive("O:")
>I want to change or remove network mapping at run time, I believe I have seen this before and would appreciate being pointed in the right direction
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform