On Windows, the preferred way to start the Erlang system for interactive use is as follows:
This starts Erlang in its own window, with fully
functioning command-line editing and scrollbars. All flags
except
To copy text to the clipboard, use
To paste text, use
To interrupt the runtime system or the shell process (depending
on what has been specified with system flag
In cases where you want to redirect standard input and/or
standard output or use Erlang in a pipeline,
The
To select text in the
To select more text than fits in the window, start by selecting a small part in the beginning of the text you want, then use the scrollbar to view the end of the desired selection, point to it, and press the right mouse button. The whole area between your first selection and the point where you right-clicked is included in the selection.
To copy the selected text to the clipboard, either
use
Pasted text is inserted at the current prompt position and is interpreted by Erlang as usual keyboard input.
To retrieve previous command lines, press the
A drop-down box in the toolbar contains the command history. Selecting a command in the drop-down box inserts the command at the prompt, as if you used the keyboard to retrieve the command.
To stop the Erlang emulator, close the