The UK Babe Channels Forum

Full Version: Screen cap tool (windows)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I wrote this screen capture tool for my own use a while ago, I've cleaned up the code a little and decided to release it as freeware. Tested on Win XP and Win 7.

Usage

Just unzip into a folder somewhere and run the exe. Optionally, create a desktop shortcut and set which config file to load (you can use this method in batch files too), eg:

Code:
JCapLite.exe -config foo.ini

Configuration
The default config file name is jcap.ini (a template version is provided in the zip file) and should be placed in the same folder as the exe.

The following variables can be set:

Code:
[config]
; starting point on the horizontal axis
offsetX = 0

; starting point on the vertical axis
offsetY = 0

; image width
width = 800

; image height
height = 600

; path to save captured files into
savePath = r:\caps\

; prefix filenames with word
namePrefix = mycaps_

; stop when this number of images captured
capLimit = 10

; delay between captures, in seconds
capDelay = 5

; exit program when capLimit is reached, true or false
autoClose = true

; maximise the program when capLimit is reached, true or false
maximiseProgram = true

Disclaimer
By using JCapLite, you agree to use the program at your own risk, for legal purposes only and that the author is not liable for any legal action arising from its use or misuse, damage caused or anything else of any kind. Smile

Download

File: jcaplite-v02.zip
MD5 Fingerprint: bd5588d3d21f19da5624ebd344f265a1
Reference URL's