Script2Service - Scripts to DCOM based Windows Services
Introduction
Script2Service converts scripts (javascript / vbscript) to Win32 services.
- Inside the service, your scripts can access all the facilities implemented by Script2Service
via Context object.
- Outside the service, applications (local or remote) can access your service via the Service object via DCOM.
- The outside applications call call your functions via Service.CallFunction or
Service.StartThread.
Programming Topics
Demo Projects
- Time Sync: Retrieves time from a number of Internet Time servers and adjust the computer clock every two hours.
Screenshots