<%@ LANGUAGE="VBScript" %> <% 'Set file I/O constants. Const ForReading = 1 'Map the file name to the physical path on the server. filename = "serverstat0.inc" filename1 = "serverstat1.inc" filename2 = "serverstat2.inc" fileother = "other.inc" path = Server.MapPath("/IT") & "\system\data\" & filename path1 = Server.MapPath("/IT") & "\system\data\" & filename1 path2 = Server.MapPath("/IT") & "\system\data\" & filename2 pathother = Server.MapPath("/IT") & "\system\data\" & fileother %> 2005 Winners
System & Network Status: <% dim fs, file set fs = CreateObject("Scripting.FileSystemObject") set file = fs.OpenTextFile(path, ForReading) do while not file.AtEndOfStream Response.Write(file.ReadLine & vbCrLf) loop file.Close() %>     <% dim fs1, file1 set fs1 = CreateObject("Scripting.FileSystemObject") set file1 = fs1.OpenTextFile(path1, ForReading) do while not file1.AtEndOfStream Response.Write(file1.ReadLine & vbCrLf) loop file1.Close() %>     <% dim fs2, file2,fileother set fs2 = CreateObject("Scripting.FileSystemObject") set file2 = fs2.OpenTextFile(path2, ForReading) set fileother = fs2.GetFile(pathother) If fileother.Size > 3 Then do while not file2.AtEndOfStream Response.Write(file2.ReadLine & vbCrLf) loop end if file2.Close() %>     
Information TechnologySkip Navigation
Status Bar
Home
Services
Support
News and Publications
About Us
Projects

2005 Dickie Award Winners
Winner Ada Schulz November
Ada Schulz of the Health Center has given numerous lectures and demonstrations on various nutrition topics for our IT Health & Fitness group. Her lively and educational sessions have covered topics from the dangers of trans fats to building gingerbread-like houses out of graham crackers. Her enthusiasm and knowledge have made her a favorite guest speaker for our group. We thank her for being so willing to help us live healthier.
Dickie winners Connor and McCray

August
John Connor and Gordon McCray - for completing the task of adding extra electrical circuits in record time. In an effort to keep the campus up and running, IT added new servers in the datacenter and moved several around during the Spring Break. Amidst a power down and rework of the entire campus electrical system the following day, John and Gordon came to the rescue providing the extra wiring necessary.

Contact Info Search Home