Say I'd like to open any Makefile with MS notepad. Is it to make such an association?

Binding notepad to any file without suffix is not a nice solution.

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Add an extension to your makefile and bind that type to notepad, could be something like .mkf, but do you really need that association?. If your using any command line you could edit the file executing notepad MakeFile.

link|improve this answer
1  
what if I download someone else's code? anyway, it's a optimization – onemach Jan 28 at 12:16
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.