How can i close window with specific title in windows XP base using VBscrip ? or maby there is another way to solve this problem?
Great it works!!! Thank you !!!Can you tell literature useful for vbscript or english or russian ;)
Alexandr
2010-05-29 19:48:09
One questions how it will be on Windows 7 ?Set oShell = CreateObject("WScript.Shell") If oShell.AppActivate("Untitled - Notepad") Then WScript.Sleep 500 oShell.SendKeys "%{F4}"End Ifthis not work on windows 7 ((((
Alexandr
2010-05-29 20:19:08
I figured out with problems under windows 7 !Helen thanks.
Alexandr
2010-05-30 09:50:20