ShellExecuteCommand

Top  Previous  Next

ShellExecuteCommand

 

Declare

function ShellExecuteCommand(FileName: string; Param: string; WorkDir: string; Flag: Integer): boolean;

 

Description

Executable a windows shell command

 

Examples

//display a dialog if Username matchs '[allen]'

ShellExecuteCommand('rar.exe','r d:\test','',0);