Difference between revisions of "RUN"

From Lianjapedia
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
 
   
 
   
 
==See Also==
 
==See Also==
[[PIPETOSTR()]], [[QUIT]], [[RUN()]], [[SHOWDOCUMENT()]], [[SPAWN]]
+
[[PIPETOSTR()]], [[QUIT]], [[SHOWDOCUMENT()]], [[SPAWN]]
 
+
  
 
==Description==
 
==Description==
Line 14: Line 13:
 
==Example==
 
==Example==
 
<code lang="recital">
 
<code lang="recital">
run ps -ef
+
run "C:\Program Files (x86)\Lianja\bin\lianjaruntime.exe"
! ps -ef
+
!! ps -ef
+
 
</code>
 
</code>
  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
[[Category:Disk and File Utilities Commands]]
+
[[Category:Disk and File Commands]]

Latest revision as of 06:39, 4 February 2013

Purpose

Execute an operating system command or external program.

Syntax

RUN | ! <os-command>

See Also

PIPETOSTR(), QUIT, 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 "C:\Program Files (x86)\Lianja\bin\lianjaruntime.exe"