Flash 8
windows XP

I need a way to get the information in the app out to disc so that it can be processed by another application.

does anyone know how to fscommand(save, ?); ???

or

if i could pass information into an .exe via parameters through fscommand
like...

fscommand("exec", "test.exe arg1");

or

fscommand("exec",["text.exe", "arg1"]);


can anyone shed any light on this problem for me. I just need a way to get the information from the app to the local hard disk. Save would be ideal. but passing that info via argument would also work.