SourcePoint Intel Help

Table of Contents

editor

Specify which editor is invoked with the edit command.

Syntax

editor [="string"}

Where:

"string"

specifies the invocation string (optional path, invocation name, and invocation options) of an editor available on the host.

Discussion

Use the editor control variable to specify which editor is invoked when you enter the edit command. Entering the editor control variable without options displays the current value.

Example

To specify an editor:

Command input:

editor="c:\vslick\win\vs.exe" ย ย ย ย // change editor to slick
cwd cmd\test ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย // change working directory
edit fileio.cmd ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย // edit fileio.cmd

Related Topics: