View Single Post
Old 2008-05-20, 07:01   #56 (permalink)
level20peon
MP Donator
 
level20peon's Avatar
 
Join Date: Jan 2007
Location: Aachen
Age: 26
Posts: 991
Thanks: 14
Thanked 38 Times in 34 Posts

Country:

My System

Send a message via ICQ to level20peon
Default

Code:
#NoTrayIcon
#SingleInstance force

OnMessage(0x218, "WM_POWERBROADCAST")
 
WM_POWERBROADCAST(wParam, lParam)
    {
    If wParam=0
        {
	Process, Exist, MediaPortal.exe
	If ( errorlevel > 0 )
;		Process, Close, MediaPortal.exe
		Send, !{F4}
	Else
		Run, "C:\Programme\Team MediaPortal\RC.exe"
        Return  0x424D5144
        }
    Else
        Return
    }

-level20peon
level20peon is online now   Reply With Quote