Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Novell Map Network Drive Via Code
Message
 
 
À
30/06/2003 15:39:51
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00805445
Message ID:
00805655
Vues:
26
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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform