Passing parameters in fscommand("exec", "file.exe");

Hi people I have a big thing here, and I need your help!
I have a C++ program, that is now called from Flash using the fscommand
This way:


fscommand("exec", "basea.exe");

Ok, thats working fine, but the big deal Is that I need to pass parameters for this program, how can achieve that???
The C++ program is receiving parameters in command line, as you know, through the main function

Please help me. Thanks a lot!! :wink: