CodePudding user response:
Shell "d: \ 123. Exe", vbhideCodePudding user response:
ShellShellExecute
WinExec
CreateProcess
Can be
CodePudding user response:
Public Declare Function CreateProcess Lib "kernel32" Alias "CreateProcessA" (ByVal lpApplicationName As String, ByVal lpCommandLine As String, lpProcessAttributes As Any, lpThreadAttributes As Any, ByVal bInheritHandles As Long, ByVal dwCreationFlags As Long, lpEnvironment As Any, ByVal lpCurrentDriectory As String, lpStartupInfo As STARTUPINFO, lpProcessInformation As PROCESS_INFORMATION) As LongThe Function Shell (PathName, [WindowStyle As VbAppWinStyle=vbMinimizedFocus]) As a Double
CodePudding user response:
Well, a minimum, should be the way how to use Binary call ExeCodePudding user response: