1.

Solve : Running EXE with parameters?

Answer»

i'm trying to run a self-compiled application.. was coded in MATLAB.. the application takes in 3 paramaters, namely, filename1, filename2, type. type should be of integer value, between 1 to 4.

however, when trying to run the application in the ms-dos prompt, i get the error of "invalid setting" (which means that the type value is invalid..) i've tried using 3, '3', 51 (ascii for 3), but none of it works... can anyone help?Well maybe you should be looking at the source CODE to ensure that the "type" is correctly defined. I've NEVER USED MATLAB, being more of an Assembler and C++ proggy, but if my prog was producing a PROGRAMMED error message then I would LOOK at the source not DOS.



Discussion

No Comment Found