Oscli Function
Next: Recordtime,
Previous: Exit,
Index: Index
This oscli[a] function will pass the CLI (e.g. Unix or MSDOS) command to the operating system for execution.
Pass: A string representing the command
Returns: NothingExamples
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.
Last Modified: August 2008