In your first message it seems you want to wait for ANY keyboard activity; in your second message you are waiting for a specific key, Tab.
In the case of "Press any key to continue", I can think of three possible ways: [1] "wait activity" Help says "Waits until mouse or keyboard activity. Always waits at least 3 seconds to ignore activity associated with launching the command." I guess the 3 seconds might be too long though. [2] Or you could try a postidle event in Scheduler which your script would setup by importing an inifile when it wants to wait using Configure.ImportSched(...) [3] Screen savers monitor keyboard/mouse activity... when your script wants to wait for keyboard activity, do: ScreenSaver ChangeTo savername.scr ScreenSaver Start wait.for(not saveractive) and the screen saver should be one which displays moving text saying "Press any key..." ------------------------ Yahoo! Groups Sponsor --------------------~--> $9.95 domain names from Yahoo!. Register anything. http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/JV_rlB/TM --------------------------------------------------------------------~-> Attention: PowerPro's Web site has moved: http://www.ppro.org Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
