Calling a .exe in Matlab that requires a passphrase
Mostrar comentarios más antiguos
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!
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Startup and Shutdown en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!