PDA

View Full Version : execute file with parameters


Programatorul
01-23-2005, 07:26 PM
Ok people, i can launch a file by placing it in the fscommad directory and using fscommad("exec","file.exe"); but if I want to pass the exe some arguments it doesnt work. I thought that using
fscommand("exec","file.exe param1 param2 param3");
will work, but it doesnt. What can I do?
If it's any use.. i'm trying to use this exe to save some data in xml format. I'm passing some data to it as arguments and it will save me the data.

CyanBlue
01-23-2005, 07:29 PM
Howdy and Welcome... :)

Short answer... You cannot pass a parameter via fscommand...
Solution... You will need to use third party projector tool such as Zinc, SWF Studio, mProjector or Jugglor to do that...

Explanation...
http://www.northcode.com/links/mxproject.html

Programatorul
01-24-2005, 12:59 PM
:eek: this products are to expensive... hmmm.. thinking... I think I'll try connectin with my saver program by XMLSocket and pass the data to be saved this way. Anyone good in VC++ that can work with the XML class? :)