help-emacs-windows
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [h-e-w] File associations with gnuserv


From: Sprenger, Karel
Subject: RE: [h-e-w] File associations with gnuserv
Date: Tue, 4 Jun 2002 08:59:06 +0200

Hi,

If you are running under NT or W2K you can use the ftype and assoc commands, 
and capture the associations you want in a bat file.

With the ftype command you would introduce a new file type, e.g., elisp-file as:

        ftype elisp-file=C:\emacs\bin\gnuclientw.exe -q -F "%1"

and then you would use assoc to associate .el files with that file type:

        assoc .el=elisp-file

Personally, I prefer this over .reg files.

Cheers,
Karel


-----Original Message-----
From: Underwood, Jonathan [mailto:address@hidden
Sent: dinsdag 4 juni 2002 6:31
To: 'address@hidden'
Subject: [h-e-w] File associations with gnuserv


Hi

Each time i reinstall emacs on a PC, i have to re-add all the file
associations to eg. c:..\gnuserv\gnuclientw.exe -q -F "%1" under folder
options etc. This becomes a pain after a few times :) I was thinking that it
must be possible to put together a .reg file to automate this process. Has
anyone tried such a thing? Any pointers would be most welcome (i've googled
around to no avail).

Cheers,

jonathan.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]