Command Auto-Completion

FireCMD provides command auto-completion feature which can save your time. By default, a popup is displayed for command names which are larger than 3 characters. Though you can trigger auto-completion anytime using shortcut Ctrl+E.

KeyAction
EnterCompletes the command name with currently selected item in the popup.
TabCompletes the command name with currently selected item in the popup. (Same as Enter)
EscCloses the popup.
Ctrl+EShows completion popup.
CtrlCloses the popup. (Same as Esc)
AltCloses the popup. (Same as Esc)

You can specify your own words for which you want auto-completion facility by editing the "ac" file which is present in the application's directory. Just change your directory to the application directory (generally "C:\Program Files\FireCMD"), type edit ac in FireCMD shell and press enter to open the ac file for editing in FireTXT text editor.


Documentation Index Page