SystemReturnStdOut$ ( cmd$ )

Executes and operating system command and returns the output.

Example:


   Print SystemReturnStdOut( "dir" )

This outputs all the files in the current working directory directory.