I want to open a file dialog in my Node.js typescript project.
I run the project in my cmd so no browser or HTML is involved.
I want to show a box like:
Thank you.
Sorry to disappoint you, node js does not provide this functionality. However, You could use child_process to spawn a script in another language.
.batfile or cmd/powershell commands?