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
Its possible to Execute external program as in Multimedia Fusion?
There is a run file action in Node-Webkit
Thanks... Now! How can I execute a program with multiple arguments? I try with OpenBrowser, but I cant add args to my url.
For example:
D:\Games\Emuladores\Genesis (fusion)\Fusion.exe -Fullscreen "sonic.smc"
you could try
string path = "D:\Games..........\Fusion.exe - Fullscreen"
path = path & " 'sonic.smc' "
execute path
I found that it's possible to embed qoutes by playing around with strings with concatenation.
You mean something like this?
I tryed but theres always an error.
https://dl.dropboxusercontent.com/u/840 ... creen.capx
Develop games in your browser. Powerful, performant & highly capable.
Just use the 'Run file' action of Node-Webkit and set it to the variable.