如何写磁盘格式化命令(100分)

  • 主题发起人 主题发起人 haze
  • 开始时间 开始时间
H

haze

Unregistered / Unconfirmed
GUEST, unregistred user!
我想在delphi里调用dos的format命令,进行磁盘格式化,请问命令的格式是什么。<br>谢谢。
 
可用winexec('c:/windows/command/format c:',SW_SHOWNORMAL);
 
要先获取系统目录然后再调用format<br>楼上的方法就不能在NT,2000里实现了!
 
楼上的可以具体点吗<br>2000下要怎么调用<br>
 
winexec('format.com d:',sw_normal);<br>直接调用就可以了,路径在环境变量里有了
 
http://www.delphibbs.com/delphibbs/dispq.asp?lid=1025808
 
GetSystemDirectory function retrieves the path of this directory. <br>GetWindowsDirectory function retrieves the path of this directory. <br>Last to do :Winexec()<br><br><br>
 
多人接受答案了。
 
后退
顶部