RUN

From Lianjapedia
Revision as of 12:26, 14 January 2013 by Yvonne.milne (Talk | contribs)

Jump to: navigation, search

Purpose

Execute an operating system command or external program.

Syntax

RUN | ! <os-command>

See Also

PIPETOSTR(), QUIT, RUN(), SHOWDOCUMENT(), SPAWN


Description

The RUN command and the ! command are synonymous. They provide the facility for running operating system commands or external programs from within the system.

Example

run ps -ef
! ps -ef
!! ps -ef