Shell

<< Click to Display Table of Contents >>

Navigation:  Functions >

Shell

SIGNATURE=IW.Common.SysTools.Shell@string@string@Boolean

 

ETYPE=Function

 

Declaration:

Delphi:

procedure Shell(const asCmd: string; const asFile: string; const abWait: Boolean = false);

C++:

void Shell(const String asCmd, const String asFile, const bool abWait = false);

 

Unit: IW.Common.SysTools.pas

 

Description: This is function IW.Common.SysTools.Shell.

 

Parameters:

 

•asCmd: string

 

•asFile: string

 

•abWait: Boolean