Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The routine returns an array with 3 elements in such order:

  1. The operating system exit code of the process being spawned (as string)
  2. The output stream (limited to 4Kb) as a string
  3. The error stream (limited to 4Kb) as a string

...

Example

Let's create a file using system routine and windows command prompt:

...