<html><body><FONT COLOR=#ff0000><%dim fs,d,nset fs=Server.CreateObject("Scripting.FileSystemObject")set d=fs.GetDrive("c:")n = "The " & d.DriveLetterif d.IsReady=true then n = n & " drive is ready."else n = n & " drive is not ready."end ifResponse.Write(n)set d=nothingset fs=nothing%></FONT></body></html>