lanux128

Untitled

Dec 6th, 2014
320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. sspath = %A_MyDocuments%\screenshots
  2. minicap = %PROGRAMS%\DonationCoder\MiniCap\MiniCap.exe
  3. frameless = %PROGRAMS%\DonationCoder\Skwire\Frameless\Frameless.exe
  4.  
  5. *~F12::
  6. IfExist, %minicap%
  7. {
  8. Clipboard = ; Empty the clipboard
  9. sspaththumb = %sspath%\thumbnails
  10. FormatTime, ssfilename, , yyyy-MM-dd
  11. Run, %minicap% -capturescreen -save "%sspath%\%ssfilename%_00$uniquenum0$.jpg" -capsound -clipimagepath -closeapp -exit
  12. ; create thumbnail with minicap
  13. ppostrun1 = "%frameless%" "$file$" x=L y=T mon=2 taskbar=no noactivate=yes duration=00:00:10
  14. Run, %minicap% -capturescreen -save "%sspaththumb%\%ssfilename%_00$uniquenum0$.jpg" -resizex 200 -clipimagepath -closeapp -exit -postrun "%ppostrun1%"
  15. }
Advertisement
Add Comment
Please, Sign In to add comment