Hi, i am using the following code to close down an .exe program.
I used the code in powerpoint in vista and it worked perfectly, but when i am using the code in XP i get an error onCode:Dim sKillMagnify As String sKillMagnify = "TASKKILL /F /IM Magnify.exe" Shell sKillMagnify, vbHidesaying Run-time error '53': File not found.Code:Shell sKillMagnify, vbHide
Thanks.




Reply With Quote