Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Drop all tables from my directory
Message
From
07/09/2006 08:54:45
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01151692
Message ID:
01151716
Views:
31
hi,
thank you ,it works
>>hi all,
>>
>>i need to drop all tables and all .xls at my folder
>>
>>via VFP program AS
>>
>>
>>set defa to d:\blabla
>> DROP *.TABLE
>> DROP *.xls
>>
>>thanks
>
>
set defa to d:\blabla
>ERASE *.dbf
>ERASE *.cdx
>ERASE *.fpt
>ERASE *.xls
Previous
Reply
Map
View

Click here to load this message in the networking platform