How do I open a non-text file, say server.js, with a text editor (e.g. Notepad) with a command prompt?
I currently use a workaround where I create server.txt, edit it, then rename it to server.js, but it'd be nice to have a more straightforward method.
Thank you in advance!