How to avoid duplicate running of Matlab Standalone Exe Application
Mostrar comentarios más antiguos
I have created a matlab exe standalone application. But If a accidentally run same exe file at any other location, it will corrupt the output files of my present running exe application. So i want to lock the running matlab exe application in view of windows task manager. If my application is "DataValidation.exe", how can i lock system for avoiding other duplicate run of my application.
If i duplicate run the application, it has to show the
msgbox("Already other application is in Progress");
and close the duplication run. How can i avoid this duplicate run..?
2 comentarios
Suneesh
el 10 de Feb. de 2014
How about renaming the output files with a unique identifier (like date/time) for each run?
Kanchibhotla Chandra Sekhar
el 10 de Feb. de 2014
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre MATLAB Compiler en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!