"x is not recognized as an internal or external command, operable program or batch file"

26 views (last 30 days)
I wrote my algorithm's code in MATLAB 2009a. In my code, I call external software whose name is DynusT. In my laptop whose operating system is Vista, there is no problem, however in another pc whose operating system is windows 7, Matlab give an error as "DynusT is not recognized as an internal or external command, operable program or batch file". How can I solve this problem? Please I need help, thank you interest... Cenk

Accepted Answer

Titus Edelhofer
Titus Edelhofer on 17 Jan 2012
Hi Cenk,
it might be the case that DynusT is not on the system path. If you open a Command Window in Windows (Windows Button, enter "cmd") and try to run DynusT there, do you get the same error message?
In this case: System configuration->System->Extended configuration->Environment variables, add the path to DynusT to the PATH variable.
Titus
  4 Comments
Javier Naranjo
Javier Naranjo on 29 Oct 2017
I add the path (system and user) to the folder where the executble is stored and it does not work.
Any idea?

Sign in to comment.

More Answers (0)

Categories

Find more on Application Deployment in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!