Примечание: можно даже применить дополнительные программы? но чтобы был скрин, запустил батник, ввёл имя скрина и создался скрин на диске С в папке Scr (C:\Scr\)
Зарание спасибо
!
!Код: Выделить всё
Example for capture:
i_view32.exe /capture=0
=> Capture the whole screen
i_view32.exe /capture=6
=> start in Capture mode, use last used capture dialog settings
capture values:
0 = whole screen
1 = current monitor
2 = foreground window
3 = foreground window - client area
4 = rectangle selection
5 = object selected with the mouse
6 = start in capture mode (can't be combined with other commandline options)
Advanced examples:
i_view32.exe /capture=2 /convert=c:\test.jpg
Capture foreground window and save result as file.
i_view32.exe /capture=2 /convert=c:\capture_$U(%d%m%Y_%H%M%S).jpg
Capture foreground window and save result as file; file name contains time stamp.