Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Open a normal window
Message
 
 
À
03/03/2003 00:19:35
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00760228
Message ID:
00760307
Vues:
12
>Hi,
>
>Stardand window....
>
>As like as i double click on Drive C
>
>a window will display and see what file in it.
>
>Now i want use fox command to open "C:\PRODUCT_PHOTO\IBMG3000"
>then i can see what file (.xls .bmp .jpg .doc) is about the product model "IBM G300"
>
>
>Thnks a lot

I guess you mean Windows Explorer.
oShell = CREATEOBJECT('WScript.Shell')
lcDir = "C:\PRODUCT_PHOTO\IBMG3000"
oShell.Run(lcDir
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform