+ -
当前位置:首页 → 问答吧 → win7有冇人知print screen 点可以auto save

win7有冇人知print screen 点可以auto save

时间:2014-06-17

来源:互联网

有冇人知print screen 点可以auto save


thanks

作者: ben1230000   发布时间: 2014-06-17

print screen 只会暂存一个画面

作者: CobyIsaac   发布时间: 2014-06-17

我只知 ctrl+alt+prtsc 系cap图片.
paste落小画家.
autosave,I东know.

作者: kamwah99   发布时间: 2014-06-17

用云端软件即可,按print screen 会自动储到云端。

作者: me888   发布时间: 2014-06-17

无原生方法,只可用第三方软件。

作者: 斋煎   发布时间: 2014-06-17

引用:原帖由 斋煎 於 2014-6-14 11:38 AM 发表
无原生方法,只可用第三方软件。

师兄用词精练、不可多得
情况大概如此.

3rd party, e.g. AutoHotKey, AutoIt among others


不过尚有一丝可能性, 可能有人找到个 window script,
可以写到个 .vbs

[ 本帖最后由 111x111=12321 於 2014-6-14 07:02 PM 编辑 ]

作者: 111x111=12321   发布时间: 2014-06-17

虽然找到, 但用唔到.

Window SendKeys 可以按任何键.
名单包括数字英文箭咀ControlKey FunctionKey and PRTSC.
但有句:
Note Sendkeys also can't send the PRINT SCREEN key {PRTSC} to any application.

..then What?

作者: 111x111=12321   发布时间: 2014-06-17

if U want 100% M$, use custom shortcut key + vbs + Snipping Tool
E.g. vbs:
引用:stime = 400
set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run "%windir%\system32\SnippingTool.exe"
WScript.Sleep stime
WshShell.SendKeys "%N"
WScript.Sleep stime
WshShell.SendKeys "s"
WScript.Sleep stime
WshShell.SendKeys "^S"
WScript.Sleep stime
WshShell.SendKeys "%S"
WScript.Sleep stime
WshShell.SendKeys "%Y"
WScript.Sleep stime
WshShell.SendKeys "%F"
WScript.Sleep stime
WshShell.SendKeys "X"

作者: tedbef   发布时间: 2014-06-17

引用:原帖由 tedbef 於 2014-6-15 12:33 AM 发表
if U want 100% M$, use custom shortcut key + vbs + Snipping Tool
E.g. vbs:
No, I don't need.

It's good to know there is a SnippingTool.exe to download from Microsoft, thanks.
Once download, cannot be used alone, must be included in some keystroke scripts.

Actually, I could write a simple .exe to do 楼主's job.
I just wonder what on earth could WshShell.SendKeys "{PRTSC}" be usefull.

作者: 111x111=12321   发布时间: 2014-06-17

HyperSnap

作者: junclj   发布时间: 2014-06-17

热门下载

更多