Running Deployed App from command line vs. clicking on exe file
4 ビュー (過去 30 日間)
古いコメントを表示
There are two ways to run a deployed application. First, you can double-click on the executable. Second, you can call it from the windows command prompt. When you call it from the command prompt, you get a dump from the Command Window including errors, etc. Typical call would be: cd path software.exe
When open the software by double clicking on it, it behaves differently than when I run it from the command prompt. Does anyone know why this might be the case? I can't even get the errors because it works correctly when running it from the command prompt.
0 件のコメント
回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!