xxxxxxxxxx
<html>
<body>
<FONT COLOR=#ff0000><%
Set fs=Server.CreateObject("Scripting.FileSystemObject")
p=fs.GetDriveName("c:winntcursors3dgarro.cur")
Response.Write("The drive name is: " & p)
set fs=nothing
%></FONT>
</body>
</html>