Hi,
I wrote a program that calls to another program with the command "shell".
But I want that the program that run\call another program will close(the first program) automatically after the shell command.
Any ideas
Regards,
Yaniv
Just add a
Application.Exit()
after the shell statement to close the original application.