Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Formatting a floppy disk??
Message
 
À
30/07/1999 14:07:38
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00248284
Message ID:
00248297
Vues:
20
>Is there a native foxpro function to accomplish this??

From Ed Rauh a few days ago:

++++++++++++++++
You can run the command line format command using VFP's RUN command, or using any of a number of API calls such as ShellExecute() or CreateProcess() - my API_APPRUN class uses the CreateProcess() API call.

The simple example, using VFP to format a disk in the A: drive:

RUN FORMAT A: /Q/U
+++++++++++++++
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform