system

The system function starts a Microsoft Windows command line and passes a command to it. You can also specify to wait for the result of the command line.

 system ( command, wait Y/N )

The result of this function is of type NUMBER.

This function has two parameters:

  1. command, type TEXT. This is the command line to be executed. This command line must be a valid Microsoft Windows command line.
  2. wait, type TEXT, Y or N. When you set this parameter to Y, KCM waits until the started command terminates. When you set this parameter to N, KCM continues as soon as the command has been started.