Re: Using ShellExecute



Tom Backer Johnsen wrote:

....


Thanks for the tip. With the example I found the corresponding Object Pascal code on the net:

http://www.latiumsoftware.com/en/pascal/delphi-1.php

(Towards the end) Now, the next step is to get it working.

Yes, it works. However, since the batch program is a DOS type program, a command prompt window flashes up while it is working, which I really do not like. With ShellExecute I could at least hide it by setting the last argument to zero.

How do I manage that with CreateProcess?

Tom
.