Last active
October 5, 2021 13:26
-
-
Save butchi/20946be5a62ee3fa4effdea0e019bf62 to your computer and use it in GitHub Desktop.
60秒ごとにWindows画面のスクリーンショットを保存するバッチファイル NirCmd必要: https://www.nirsoft.net/utils/nircmd.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
: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