How to show the .js file name, eg hello.js, in the Node Js title bar after executing the file? When I run a .js file using node js, the title bar only shows "C:\Program Files\nodejs\node.exe", but I would like to see "C:\Program Files\nodejs\node.exe\hello.js" or just "hello.js" (Just "hello.js" is even better). Please look at the attached image. I'm using windows 10. Thanks. example.node