Where do the .exe file of a Ms Visual application goes to? I’ve just created it and I would like to know so that I can execute it from AIR with parameters.
ex of code on AIR:
var f:File = new File ("C:\path\application.exe -" + param1 + " -" + param2)
f.openWithDefaultApplication()
It gets build in your bin folder.
If you right click on your project and select “Open folder in Windows Explorer”, you will find the bin folder and all your project files in there.
Default for windows is.
C:\users\”User account”\My Documents\Microsoft Visual studio 2010\Projects\