executing emacs -batch on MS-DOS

Posted by Stephen on Stack Overflow See other posts from Stack Overflow or by Stephen
Published on 2010-05-19T03:45:55Z Indexed on 2010/05/19 3:50 UTC
Read the original article Hit count: 197

Filed under:
|

Hi, does anyone know how to run something like the following on a Windows machine with the DOS command line?

emacs -batch -l functions.el --eval '(run-function "argument")'

Thanks!

© Stack Overflow or respective owner

Related posts about emacs

Related posts about emacs-lisp