kforsey 0 Posted May 18, 2005 Could someone show me an example script of pressing the windows key or some key in order to open up the start menu. Thx Share this post Link to post Share on other sites
Guest RobBf Posted May 18, 2005 I think it is Send("{LWIN}") Share this post Link to post Share on other sites
buzz44 1 Posted May 18, 2005 Many ways of doing it... Send("{LWIN}") Send("^{ESC}") Opt("WinTitleMatchMode", 4) ControlClick("classname=Shell_TrayWnd", "", "Button1", "left") qq Share this post Link to post Share on other sites