Difference between revisions of "MC"

From Lianjapedia
Jump to: navigation, search
(Created page with '==Purpose== Execute a text editor to edit program or other text files ==Syntax== MC <filename> | (<expC>) ==See Also== ED, MODIFY CCOMMAND, MODIFY FILE, VI ==D…')
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
Execute a text editor to edit program or other text files
+
Open the Script Editor to edit program or other text files
  
 
==Syntax==
 
==Syntax==
Line 6: Line 6:
  
 
==See Also==
 
==See Also==
[[ED]], [[MODIFY CCOMMAND]], [[MODIFY FILE]], [[VI]]
+
[[ED]], [[MODIFY COMMAND]], [[MODIFY FILE]], [[VI]]
  
 
==Description==
 
==Description==
MC provides the facility to create or modify program files and other text files.  The filename can be substituted with a <expC>, enclosed in round brackets, which returns a valid filename.  If no file extension is present in the file name, then '.prg' is used.
+
MC opens the Script Editor to create or modify program files and other text files.  The filename can be substituted with a <expC>, enclosed in round brackets, which returns a valid filename.  If no file extension is present in the file name, then '.prg' is used.
  
MODIFY COMMAND is a synonym of the ED, MODIFY COMMAND, MODIFY FILE and VI commands.
+
MC is a synonym of the ED, MODIFY COMMAND, MODIFY FILE and VI commands.
  
 
==Example==
 
==Example==

Latest revision as of 11:45, 21 November 2012

Purpose

Open the Script Editor to edit program or other text files

Syntax

MC <filename> | (<expC>)

See Also

ED, MODIFY COMMAND, MODIFY FILE, VI

Description

MC opens the Script Editor to create or modify program files and other text files. The filename can be substituted with a <expC>, enclosed in round brackets, which returns a valid filename. If no file extension is present in the file name, then '.prg' is used.

MC is a synonym of the ED, MODIFY COMMAND, MODIFY FILE and VI commands.

Example

modify command myprogram
ed myprogram
mc myprogram
modify file myprogram
vi myprogram