Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2005 May : Executing files in background
| Subject: | Executing files in background |
| Posted by: | "Gerhard Nawotzki" () |
| Date: | 13 May 2005 23:08:26 |
hello,
i want my program executes a file in background with the associated program and then close
that program after an interval.
- executing the file with the associated program
- hiding the associated program (or if not possible minimizing it)
- closing the associated program after awhile
i know ShellAPIs should be used here but which APIs and how?
thanks for your help,
Gerhard Nawotzki