I made new system plugin "Write result to file".
Using:
Handover information the other program. For example for co-operation with application Samurize.
Testing:
a)Copy file WriteResultToFile.py to folder (for example) "C:\Program Files\EventGhost\plugins\System\"
b)Edit file __init__.py in folder (for example) "C:\Program Files\EventGhost\plugins\System\"
1)Find line "from Execute import Execute"
2)Before or behind this line insert new line with text "from WriteResultToFile import WriteResultToFile" (without quotes).
3)Find line " self.AddAction(ResetIdleTimer)"
4)Behind this line insert new line with text " self.AddAction(WriteResultToFile)" (without quotes).
Attention ! Must to be the same indent !
c)Copy file page_white_edit.png to folder (for example) "C:\Program Files\EventGhost\plugins\System\icons\"
d)Restart EG
Pray for corrections mine bad English.
Pako
