Skip to content

Instantly share code, notes, and snippets.

@butchi
Last active October 5, 2021 13:26
Show Gist options
  • Save butchi/20946be5a62ee3fa4effdea0e019bf62 to your computer and use it in GitHub Desktop.
Save butchi/20946be5a62ee3fa4effdea0e019bf62 to your computer and use it in GitHub Desktop.
60秒ごとにWindows画面のスクリーンショットを保存するバッチファイル NirCmd必要: https://www.nirsoft.net/utils/nircmd.html
:top
timeout 60
set date_tmp=%date:/=%
set time_tmp=%time: =0%
nircmd savescreenshot %homepath%\auto-ss\image\%date_tmp:~0,4%-%date_tmp:~4,2%-%date_tmp:~6,2%_%time_tmp:~0,2%%time_tmp:~3,2%%time_tmp:~6,2%.png
goto top
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment