Oscli

From Mesham

Jump to: navigation, search

Overview

This oscli[a] function will pass the command line interface (e.g. Unix or MS DOS) command to the operating system for execution.

  • Pass: A string representing the command
  • Returns: Nothing

Example

var a:String;
input[a];
oscli[a];

The above program is a simple interface, allowing the user to input a command and then passing this to the OS for execution.

Personal tools