10/15/2007 8:25 PM | |
Joined: 5/19/2006 Last visit: 8/21/2025 Posts: 550 Rating:
|
Like I said before the best source of info is MSDN since WinCC will call into Windows sdk libraries (psapi.dll, kernel32.dll etc). Perhaps you will make use of EnumProcesses to get an array of all processes running, andthen you will parse each process on this array using OpenProcess / EnumProcessModules / GetModuleBaseName until you find the match with "PCAConfig.exe", and then use TerminateProcessfor that handle. Dec PS If you want to use VBS maybe this link is useful: VBS |
Last edited by: Dec at: 15.10.2007 21:48Last edited by: Dec at: 15.10.2007 20:54 |
|
Follow us on