#open a .exe file with a button
13 messages · Page 1 of 1 (latest)
does every single user of your app already have notepad++ installed?
no what i want to do is to just make an app that you can put your shortcuts in and then start your apps them form there
notepad is just an example
electron's main process has access to node.js so you would just call that from there
if you need to handle the interaction from your html ui, look into sending an IPC message from your renderer process to the main process.
thanks i will try to work on it tomorrow , im so feeling sleepy now XD
good night 
hello, i checked it out today but i couldn't find a way to use it