<!DOCTYPE html>
<html>
<body>
<%
设置 fs=Server.CreateObject("Scripting.FileSystemObject")
如果 (fs.FileExists("c:\winnt\cursors\3dgarro.cur"))=true 则
响应.写入("文件 c:\winnt\cursors\3dgarro.cur 存在。")
否则
响应.写入("文件 c:\winnt\cursors\3dgarro.cur 不存在。")
结束 如果
设置 fs=无
%>
</body>
</html>