You can call an application with the SHELL command.
How can you check if an application is currently running?
:-k
How can you close an application?
:-k
Do you know where I can find the "IWshRuntimeLibrary" library which I guess contains the "IWshShell_Class" Class which I again guess instantiates the wshShell of the example?
I've checked out MSDN Download but it's not very helpfull.
[-o<
Comments
See http://msdn.microsoft.com/library/defau ... tivate.asp
wshShell.SendKeys('%{F4}');
See http://msdn.microsoft.com/library/defau ... ndkeys.asp
Do you know where I can find the "IWshRuntimeLibrary" library which I guess contains the "IWshShell_Class" Class which I again guess instantiates the wshShell of the example?
I've checked out MSDN Download but it's not very helpfull.
[-o<
If anybody is interested, search for "Windows Script Host Object Model" on the internet.
Sorry to disturb :oops: