Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Drop all tables from my directory
Message
 
À
07/09/2006 08:34:36
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9
Database:
Visual FoxPro
Divers
Thread ID:
01151692
Message ID:
01151695
Vues:
30
>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
_______________________________________________________________
Testing displays the presence, not the absence of bugs.
If a software application has to be designed, it has to be designed correctly!
_______________________________________________________________
Vladimir Zografski
Systems Analyst
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform