rem scapcontinuous.bat
rem RJM Programming
rem December, 2021
:pretop
set mm=%TIME:~3,2%

if %mm% equ 59 (
    GOTO top
)
if %mm% equ 14 (
    GOTO top
)
if %mm% equ 29 (
    GOTO top
)
if %mm% equ 44 (
    GOTO top
)
timeout /T 6 /NOBREAK 
GOTO pretop
:top
if EXIST c:\MAMP\htdocs\screenCapture.jpg erase c:\MAMP\htdocs\screenCapture.jpg
call c:\MAMP\htdocs\screenCapture.exe c:\MAMP\htdocs\screenCapture.jpg
timeout /T 80 /NOBREAK
GOTO top