execute_command
Description:
[ Version ( deprecated = true , deprecated_since = "5.2.4" , replacement = "AppInfo.create_from_commandline" ) ]
public static bool execute_command (string command)
public static bool execute_command (string command)
Warning: execute_command is deprecated since 5.2.4. Use AppInfo.create_from_commandline.
Executes the specified command.
Parameters:
command |
the command to execute |