Code To Check Components Installed On Server
A project to chech the status of components installed on a server. Can be run without installation. An important IT project for students. <%@ LANGUAGE=”VBSCRIPT” %><% ‘Due to the high number of components, the script may run into Timeout – increase this value then. Server.ScriptTimeOut=240 Response.Expires = 0 Response.buffer=false On Error Resume Next ‘ObjCheck V0.27 …