1.

Solve : Batch PrintScreen + Save?

Answer»

I was going to make a batch to "TRACK" someone else's account on my PC.
Don't question it xD
I have it so every 30 seconds it saves a screenshot as %fileNumber%.png or .jpg or whatever.
I wasn't sure if this was possible, it seems all the software like BatchRun is out of date.
Plus I don't even like installing extra software...
By the WAY, I will end up shoving this in the Startup scripts. I have a VBScript set up to run it hidden.
Code: [Select]@ECHO off
:AAA
set startTime=%time:~6,2%
set /a snapScreen=%time:~6,2%+30
:AAB
if %startTime%==%snapScreen% (
:: This is where I would use the printscreen/saving code
goto AAA
) else (
goto AAB
)If someone COULD HELP me with this ASAP that's be great.Quote from: jofspades on July 16, 2013, 06:11:35 AM

Don't question it xD

Why not?


Discussion

No Comment Found