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.
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.