<!DOCTYPE html>
<html>
<body>
<%
设置 fs=Server.CreateObject("Scripting.FileSystemObject")
p=fs.GetDriveName("c:\winnt\cursors\3dgarro.cur")
Response.Write("该驱动器名称是:"& p)
设置 fs=nothing
%>
</body>
</html>