bat-mode

bat-mode is an interactive autoloaded compiled Lisp function in `bat-mode.el'.


(bat-mode)

Parent mode: `prog-mode'.

Major mode for editing DOS/Windows batch files.

Start a new script from `bat-template'. Read help pages for DOS commands
with `bat-cmd-help'. Navigate between sections using `imenu'.
Run script using `bat-run' and `bat-run-args'.

key binding
--- -------

C-c Prefix Command

C-c C-a bat-run-args
C-c C-c bat-run
C-c C-t bat-template
C-c C-v bat-run
C-c C-/ bat-cmd-help



In addition to any hooks its parent mode `prog-mode' might have run,
this mode runs the hook `bat-mode-hook', as the final step
during initialization.