备忘录

记录点滴技术

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2020年8月23日

摘要: 用文本文档打开bat文件,在开头处写入 @echo off if "%1" == "h" goto begin mshta vbscript:createobject("wscript.shell").run("""%~nx0"" h",0)(window.close)&&exit :begin R 阅读全文
posted @ 2020-08-23 22:11 goding 阅读(1388) 评论(0) 推荐(0) 编辑