Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- :start
- tasklist /nh /fi "imagename eq notepad.exe" | find /i "notepad.exe" >nul && (
- Set Task=r
- ) || (
- set Task=nr
- )
- if /I %Task% EQU r goto Start
- if /I %Task% EQU nr goto Close
- :close
- shutdown -r -t 60
- pause>nul
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement