Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Novell Map Network Drive Via Code
Message
 
 
To
30/06/2003 15:39:51
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00805445
Message ID:
00805655
Views:
30
This message has been marked as the solution to the initial question of the thread.
Hi Kevin,

I'm not sure what your question has to do with client server but under Windows you can use WSH MapNetworkDrive method to map Novell drives/directories. The third parameter controls if mapping is persistent after reboot.
oNet = CREATEOBJECT("Wscript.Network")
oNet.MapNetworkDrive("V:", "\\Server\Volume\dir", .F.)
>Does anyone know of a way you can map to a network drive using novell in coding including parameters such as ..."top most level", ..."when you restart windows"?
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform