码迷,mamicode.com
首页 > 其他好文 > 详细

vbs 截图

时间:2017-01-15 07:38:10      阅读:187      评论:0      收藏:0      [点我收藏+]

标签:inf   html   mod   script   ble   modal   system   ppc   com   

  1. ‘VBS截屏.vbs
  2. ‘  Win7x64 测试通过(已安装Word2007):
  3. ‘参考:
  4. ‘  http://qtp.blogspot.com/2010/02/screenshot-vbscript.html
  5. ‘  http://www.fixitscripts.com/problems/take-screenshot-of-current-user-s-session
  6. With CreateObject("Word.Basic")
  7.   .Sendkeys "{prtsc}"
  8.   .FileQuit ‘.AppClose
  9. End With
  10. Msgbox "已将屏幕截取到剪贴板。", vbSystemModal+vbInformation, WScript.ScriptName

vbs 截图

标签:inf   html   mod   script   ble   modal   system   ppc   com   

原文地址:http://www.cnblogs.com/developer-ios/p/6286533.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!