Windows – Why does a file get opened when I write its name, without extensions, in the command line?
On Windows 10, I have a file called truffle.js in my current folder.I write truffle in the cmd window, expecting to invoke the truffle program which resides elsewhere on my path. Instead, truffle.js is opened in my favorite IDE (.js files are associated with that IDE). I thought this behavior is only like this for […]
