|
发表于 2007-5-18 10:28:48
|
显示全部楼层
NameSpace: Borland.Delphi.ShellAPI ClassDelcare: Borland.Delphi.ShellAPI.Unit
--------------------------------------------------------------------------------
static function ShellExecute(hWnd: Longword; Operation: string; FileName: string; Parameters: string; Directory: string; ShowCmd: Longint): Longword;
Borland.Delphi.ShellAPI.ShellExecute(Self.Handle, 'Open',
'D:\Justep\X3_2800\Server\bin\systemconfig.bat', '', '', 0); |
|