From: Edgar on
I have a matlab.m file that I need to execute from vb6

The matlab file requires that 2 parameters of type string are passed to it.

I tried shell("filepath\matlabsrc.m str1 str2") Errors that screen cannot be found

rewrote matlabsrc without parameters
tried shell("filepath\matlabsrc.m") get same error.

Any help is appreciated.

thnks