ÿþÿmon,tue,wed,thu,fri,sat,sun,ÿþÿMinutesÿþÿ$Do not allow using Windows Messengerÿþÿ&{D418B45A-20CE-4fa3-ADBC-A5C807B6DFDB}ÿþÿ Open fileÿþÿÿþÿÿþÿÿþÿÿþÿÿÊ/* Script example - do not allow using Windows Messenger This won't shut it down, but will minimize the window. This script is useful only in Ka Firetask and should be executed e.g. every 1 minute To find an information about functions used in this script, select the function and press Ctrl+F2 */ //let's find the window of Windows Messenger //"Windows Messenger" is the title of the window (visible when the app is running) var $win=FindWindow("","Windows Messenger"); //does it exist? If so, let's minimize it. if($win!=0) WinShow($win,SW_MINIMIZE); /* we could also use: SendMessage($win,WM_CLOSE); but the program will react in the same way anyway - the window will be minimized */ xaõ3S>ã@