|
Description: Script Service allows you to write Windows NT/2000 service in script (VBScript, JScript etc.). What is the effect? You have your script running. It receives calls to a procedure called "OnTimer" on configured intervals (up to this point this is simply a scheduler), but also any external application is able to call functions implemented in this script!
|