Doug or fellow-users,
I'm looking at page 74, but whatever I do, my external program is not running. I've tried this:
exec("A5Test.exe","");
and this:
exec("A5Test","");
and this:
string Program = "A5Test.exe";
exec(Program,"");
and this:
string Program = "A5Test";
exec(Program,"");
And I have double and triple-checked that my external program is in the project's directory, there's a copy in the Template dir, too (which is where my path is set). But it won't run.
Do you see anything I'm missing?
I would sure appreciate any help,
Ron