Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need to format floppy from code *without* windows format dialog 1

Status
Not open for further replies.

temoses

Programmer
Jul 22, 2002
2
CA
Can anyone help find a component or give me some code to format a floppy from code without showing the windows format dialog box? I am currently using Delphi 6.

Thank you!
 
execute an external program i.e. format
format a: /q/u

see ShellExecute in delphi
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top