Thorin Briggs
New Member
- Joined
- Jul 15, 2012
- Messages
- 2
- Thread Author
- #1
batch @echo off REM Launch Snipping Tool snippingtool REM Wait for the user to capture the screenshot manually REM Get Unix time in seconds for /f %%x in ('wmic path win32_utctime get /format:list ^| findstr "="') do set %%x REM Rename the captured file ren "C:\Path\To\Capture.png" "%__TIME__%"
capture_and_rename.bat
).