call_system

Execute an OS command.
IDA will wait for the started program to finish.
In order to start the command in parallel, use OS methods.
For example, you may start another program in parallel using "start" command.
     command - command line to execute
returns: error code from OS
Thread-safe function.

long call_system(string command);

Last updated