functional overview
Calls another application and waits for it to exit.
Details of Functions
Starts the specified external application and waits for it to finish.
- attention (heed)
-
Operation Status by OS
OS run state (of a process) Android Not available. iOS Not available. Windows It works.
parameter
- argument (e.g. function, program, programme)
-
[Win] Executable file name character string data
Specify the executable file path of the application to be launched.[Win] Parameters character string data
Specify parameters (command line arguments) to be passed to the executable file
I will do so.
- return value
-
character string data
Returns the output of the invoked application to standard output.