足球游戏_中国足彩网¥体育资讯$

hta(vbs)列目录树代码
来源:易贤网 阅读:1340 次 日期:2014-08-12 17:49:02
温馨提示:易贤网小编为您整理了“hta(vbs)列目录树代码”,方便广大网友查阅!

代码如下:

<html>

<head>

<title>磁盘管理器</title>

</head>

<body>

<div id="DivList"></div>

<script language="vbscript">

Sub List(sPath)

sPath = Replace(sPath, "*", " ")

Set FSO = CreateObject("Scripting.FileSystemObject")

Set c_drive = FSO.GetFolder(sPath)

Set c_files = c_drive.Files

Set c_folder = c_drive.SubFolders

sHTML = "<table width='100%' border='1' cellspacing='0' cellpadding='0'>"

For Each a In c_files

sHTML = sHTML & "<tr><td>"

sBPath = a.Path

sHTML = sHTML & a.Path

sHTML = sHTML & "<br /></td></tr>"

Next

sHTML = sHTML & "</table>"

Document.getElementById("DivList").innerHTML = sHTML

For Each b In c_folder

sHTML = sHTML & "<tr><td>"

sBPath = b.Path

sBPath = Replace(sBPath, " ", "*")

sBPath = Replace(sBPath, "\", "\\")

sHTML = sHTML & "<a href=# onclick=vbs:List(""" & sBPath & """)>" & b.Path & "</a>"

sHTML = sHTML & "<br /></td></tr>"

Next

sHTML = sHTML & "</table>"

Document.getElementById("DivList").innerHTML = sHTML

End Sub

strComputer = "."

Set wbemServices = Getobject("winmgmts:\\" & strComputer)

Set wbemObjectSet=wbemServices.execquery("select name from Win32_PerfRawData_PerfDisk_LogicalDisk")

For Each mo In wbemObjectSet

if InstrRev(mo.name,":", -1, 0)>0 then

document.write "<input type=button value="&mo.name&" onclick=list('"&mo.name&"\"&"')>"

end if

Next

</script>

</body>

</html>

中国足彩网信息请查看IT技术专栏

中国足彩网信息请查看脚本栏目
易贤网手机网站地址:hta(vbs)列目录树代码
由于各方面情况的不断调整与变化,易贤网提供的所有考试信息和咨询回复仅供参考,敬请考生以权威部门公布的正式信息和咨询为准!
关于我们 | 联系我们 | 人才招聘 | 网站声明 | 网站帮助 | 非正式的简要咨询 | 简要咨询须知 | 新媒体/短视频平台 | 手机站点

版权所有:易贤网