Batch file that will capture screen and ftp

  • Thread starter Thread starter asarangan
  • Start date Start date
A

asarangan

I am looking for a way to automate the following tasks on Windows XP.
I realize that I have to write some type of a batch file and schedule
this as a task. But I am not sure how to go about writing this batch
file. Thanks!

1. Take a screen capture
2. ftp the captured image to another computer
3. Repeat the above tasks every X minutes
 
There are many screen captures programs that can do this if you simply search
google for "Screen Capture FTP". However, I caution you strongly to realise
the legality of this if you were to use this without consent of the user(s).
 
More so the consent of the computer(s) owner(s).

Keith said:
There are many screen captures programs that can do this if you simply search
google for "Screen Capture FTP". However, I caution you strongly to realise
the legality of this if you were to use this without consent of the user(s).
 
Back
Top