Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
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.
Develop games in your browser. Powerful, performant & highly capable.
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.
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"