Calling a .exe in Matlab that requires a passphrase
Show older comments
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!
Accepted Answer
More Answers (0)
Categories
Find more on Get Started with MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!