Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Open a normal window
Message
 
 
To
03/03/2003 00:19:35
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00760228
Message ID:
00760307
Views:
13
>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--
Previous
Reply
Map
View

Click here to load this message in the networking platform