Hello everyone,
I am using MATLAB R2019b on windows 10.
I am designing a GUI, i need when the user pushes the Start button, MATLAB automatically checks if "FreeFem++" program is installed on the device or not?
i read about the command:
But it only searches in the current folder where the GUI exists, not on all the device.
And if the program is installed, I don't know its location.
So how can i search for the file everywhere or more importantly in the control panel?
I tried:
exist 'Control Panel\Programs\Programs and Features'
but it doesn't work, apparently exist command doesn't have access to search in the control panel.
Thank you in advance.
3 件のコメント
このコメントへの直接リンク
https://jp.mathworks.com/matlabcentral/answers/487723-how-to-check-if-an-exe-file-is-installed-or-not#comment_761686
このコメントへの直接リンク
https://jp.mathworks.com/matlabcentral/answers/487723-how-to-check-if-an-exe-file-is-installed-or-not#comment_761686
このコメントへの直接リンク
https://jp.mathworks.com/matlabcentral/answers/487723-how-to-check-if-an-exe-file-is-installed-or-not#comment_761698
このコメントへの直接リンク
https://jp.mathworks.com/matlabcentral/answers/487723-how-to-check-if-an-exe-file-is-installed-or-not#comment_761698
このコメントへの直接リンク
https://jp.mathworks.com/matlabcentral/answers/487723-how-to-check-if-an-exe-file-is-installed-or-not#comment_762709
このコメントへの直接リンク
https://jp.mathworks.com/matlabcentral/answers/487723-how-to-check-if-an-exe-file-is-installed-or-not#comment_762709
サインインしてコメントする。