how to format a floppy disk?
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
i want format a disk in a way of calling APIs or MFC method rather than calling like this: ShellExecute(NULL, NULL, "format", "A: /v mylabel", NULL, SW_HIDE); Hello World
SHFormatDrive could be your way... Don't try it, just do it! ;-)
-
SHFormatDrive could be your way... Don't try it, just do it! ;-)