----- Original Message ----- > From: "Greg" <g...@glucas.net> > On Windows I use the ASSOC and FTYPE commands to manage file > associations from > the command line. For example, this should work for elisp files: > > C:\> assoc .el=EmacsLisp > C:\> ftype EmacsLisp=emacsclientw.exe -na emacsclientw.exe "%1"
This works great! (Btw, the ".exe" extensions are not needed if it's in the %PATH%.) Thanks for this, it's great to learn new things like this. -- Gary Oberbrunner