Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Recorrer una Red
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Versions des environnements
Visual FoxPro:
VFP 6 SP5
OS:
Windows Server 2003
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01047833
Message ID:
01048142
Vues:
23
Hola Mauricio.

Pruebalo así

lcCmd = GETENV("ComSpec") + " /C NET VIEW > c:\mired.txt"
loWs = CREATEOBJECT("wscript.shell")
= loWs.Run(lcCmd,0,.t.)
CREATE CURSOR mired(myNet C(50))
APPEND FROM c:\mired.txt SDF FOR LEFT(myNet,2) == "\\"
ERASE c:\mired.txt
BROWSE
David Amador Tapia
WebMaster "La Web de Davphantom"
www.davphantom.net
Cartagena. Colombia
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform