DeonHeyns / ScriptBot

A Bot built on top of .NET, ScriptCs and MEF.
Apache License 2.0
5 stars 0 forks source link

Create a Windows (NT) Service to run SkypeBot #2

Closed DeonHeyns closed 11 years ago

DeonHeyns commented 11 years ago

SkypeBot needs to run in the background and the best way to achieve this is using it as a Windows Service. Possibly use TopShelf to make this easier and also add plumbing to see if its possible to start Skype if not running and to login the SkypeBot

DeonHeyns commented 11 years ago

Fixed by https://github.com/DeonHeyns/ScriptBot/commit/2230dc797559df4fd24239aa1f8df23dbf1dac73 moving "start Skype if not running and to login the SkypeBot" to a separate issue