Difference between revisions of "MC"

From Lianjapedia
Jump to: navigation, search
 
Line 11: Line 11:
 
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 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