Calling a .exe in Matlab that requires a passphrase
古いコメントを表示
Hi,
I know how to call an executable from Matlab:
system('name.exe');
However, I have an executable that, once called, asks for a passphrase or password. When I run it in Matlab using the command above, Matlab just freezes.
Does anyone know how to call an executable that requires additional input after being called (i.e. it doesn't execute fully with just one call)? Is this even possible?
Any help would be greatly appreciated!
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Get Started with MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!