-
hi.. Is there a way to automatically format a disk drive. I have used one method which brings up the format dialog box but does not automatically start formatting. I need to know this as i am writing a backup program which formats the destination drive before the backup program copies every file from C Drive to D Drive. Please help me with this problem
-
Investigate the format.com file in windows\command. Might be a help file or something that will allow you to format. It is a dos prog...
-
Try this code, one liner aswell
Shell "rundll32 shell32,SHFormatDrive"
Steve