fscommand exec - paramaters and application craches
Hi there,
I'm using fscommand to run a self-made C# console application. The application runs when I double click it (traces a line), but when I run it using fscommand exec the application somehow crashes. How could this happen?
Another thing I'm wondering; is there a way I can send parameters from Flash to the application?
Kind regards,
Edit: I've also tried using a .bat file to run the .exe. It seems to start the console but it immediatly closes it. Running the .bat file manualy does work though.