
Close an app running under Shell function?
Quote:
> Is it possible to close an app that you launched using the Shell function?
> If so, how?
> --
> CANADA
I'm sure there's some API way but I don't know it. Look
at the Sendkey and AppActive functions. If it is a
windows program, for example, you could send ALT-F C to
close it. Probably not the best way, but it
works....Greg