外部命令:
WinExec('c:\windows\command\format.com c:',sw_normal);
内部命令:
WinExec('command.com /c dir c:',sw_normal);
for nt/win2k
WinExec('cmd.exe /c dir c:',sw_normal);