Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Formatting a floppy disk??
Message
 
 
To
30/07/1999 14:07:38
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00248284
Message ID:
00248297
Views:
14
>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
+++++++++++++++
Previous
Reply
Map
View

Click here to load this message in the networking platform