NWjs.AppFolder & "modeswitch.exe parameter1"
Isn't this supposed to work? It's in the main directory as the export, but it doesn't work. Can you help? I use the NW.JS - run file action.
Try "start modeswitch.exe parameter1"
Didn't work :/
Are you sure? It works for me.
Run "start modeswitch.exe parameter1"
Maybe you need to add full path to the exe file.
Are you sure? It works for me. Run "start modeswitch.exe parameter1" Maybe you need to add full path to the exe file.
The exe works if i click it. But doing
NWjs.AppFolder & "start modeswitch.exe parameter1"
doesn't work.
Develop games in your browser. Powerful, performant & highly capable.
Does the exe work if you run NWjs.AppFolder & "modeswitch.exe" ?
If it does, then you need to specify path to the exe, not to the start command:
"start " & NWjs.AppFolder & "modeswitch.exe parameter1"