comint-run
comint-run is an interactive autoloaded compiled Lisp function in `comint.el
'.
(comint-run PROGRAM)
This function is for interactive use only;
in Lisp code use `make-comint' instead.
Run PROGRAM in a Comint buffer and switch to it.
The buffer name is made by surrounding the file name of PROGRAM with `*'s.
The file name is used to make a symbol name, such as `comint-sh-hook', and any
hooks on this symbol are run in the buffer.
See `make-comint' and `comint-exec'.