Difference between revisions of "SET COMMAND"

From Recital Documentation Wiki
Jump to: navigation, search
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=SET COMMAND=
 
 
 
==Class==
 
Recital Terminal Developer Environment
 
 
 
 
==Purpose==
 
==Purpose==
 
Specify command identity in the status bar
 
Specify command identity in the status bar
Line 23: Line 16:
  
 
==Example==
 
==Example==
<pre>
+
<code lang="recital">
set command to "myprog"</pre>
+
set command to "myprog"</code>
  
  
 
==Products==
 
==Products==
Recital Terminal Developer
+
Recital  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
 
[[Category:Set_Commands|COMMAND]]
 
[[Category:Set_Commands|COMMAND]]
 +
[[Category:Terminal Environment]]
 +
[[Category:Terminal Environment Set Commands]]

Latest revision as of 16:59, 12 November 2009

Purpose

Specify command identity in the status bar


Syntax

SET COMMAND TO <expC>


See Also

SET STATUS


Description

The SET COMMAND TO command updates the first box of the status bar with the specified character string <expC> up to 15 characters in length. If SET COMMAND TO is used on its own, the status bar is updated with the default text.


Example

set command to "myprog"


Products

Recital