The runemacs.bat script that comes with Windows Emacs installations will take multiple files as command-line parameters. This is only relevant to Windows, although I'm sure you could do this in a shell script on other platforms.
So, I create batch files that have lines like this:
cd
runemacs
although you can also do
runemacs
if the files are not in the same folder.
No comments:
Post a Comment