Skip to content
OliverF edited this page Aug 16, 2014 · 4 revisions

Executes the given command on the host operating system. The standard output stream of the process is returned. Useful for gathering server metrics.

Syntax

string RSAS.Execute(string command)

Returns

  1. string
    The standard output stream (stdout) is returned

Arguments

  1. string command
    The command to execute

Clone this wiki locally