ExecuteExternalProcess |
Previous Top Next |
CommandLine
|
[in]
CommandLine represents the application and commandline parameters
to execute outside of the virtual environment |
|
Integer
process ID, the process ID can be used with WaitForProcess |
ExecuteExternalProcess("cmd.exe
/c copy c:\systemfile.txt c:\newsystemfile.txt")
|
|
' Execute a command which requires quotes in the
command-line |
ExecuteExternalProcess("regsvr32
/s " & chr(34) & "c:\program files\my.ocx" &
chr(34)) |