Sponsors

WinExec

Function name: WinExec

Defined in : Kernel32

Requirements : Windows NT 3.1 or later; Windows 95 or later

Declaration:

Declare Function WinExec Lib "kernel32" Alias "WinExec" (ByVal lpCmdLine As String, ByVal nCmdShow As Long) As Long

Parameters:

Returns:

Related functions:

Examples:

WinExec Example

Shell

Categories