Oscli

From Mesham
Revision as of 22:45, 10 January 2010 by Polas (talk | contribs) (Created page with '== 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 represent…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to 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.