OpenScript Command

Opens a script source file in the text editor. This will apply syntax highlighting for the script language along with prompts for function names and commands.

If the option setting ScriptEditor is set and points to a valid executable file, this command will instead call the specified application to open the file.

OpenScript <filename>

Parameters

/encoding

encoding. For details see documentation of second argument to LoadFile

/fws

File watcher status, enable|disable|auto

filename

Path of script source file to open

See Also