I want to pass arguments and execute local batch script from swf. I am using fscommand from which i can call the batch file but i cannot send the arguments. I searched the net a lot and come with some solution.
Flash Studio and some more
but i need some free or cheap solution. Paying more than $300 for using one feature doesn't make sense to me.
I hope you are trying to do this in air, not in browser.
In that case you can include
extendedDesktop
profile support in your app descriptor file like this:And then you can launch your batch file like that:
You have to launch your bat with the help of
cmd.exe
as.bat
files are forbidden because of questionable security concerns of adobe's folks.