From: Marcello on 11 May 2010 10:17 > Of course I can always terminate explorer > process but I don't want to do that Why not? > I want to do exactly the same If you really want to do EXCACTLY the same, i guess you have to use Sendkeys: '-----MyScript.vbs----- set o = CreateObject("WScript.Shell") o.SendKeys "%{F4}" WScript.Sleep 1000 o.SendKeys "{TAB}" WScript.Sleep 1000 o.SendKeys "{TAB}" WScript.Sleep 1000 o.SendKeys "%+^{ENTER}" '-------------------- Lg Marcello
|
Pages: 1 Prev: Low Fragmentation Heap mechanism Next: Timer Queue timers and impersonation |