Its possible to Execute external program as in Multimedia Fusion?
Develop games in your browser. Powerful, performant & highly capable.
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
Just use the 'Run file' action of Node-Webkit and set it to the variable.