ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Screenshot Captor

Assistance needed with the MiniCap command line

(1/1)

screenshots:
I'm trying to integrate MiniCap into an Auto Hotkey script with the -regioncapture command. Can someone give me an example of using this command, please? Here is what I have:
Run, C:\Program Files (x86)\MiniCap\MiniCap.exe -captureregion 200,200,500,500
I'm guessing the first two numbers should be the top left x and y screen coordinates of the region, and the last two numbers should be the bottom left x and y?
The red MiniCap box pops up, and then I have to manually do the screenshot, instead of it automatically capturing the given region like I want. What am I doing wrong? Thanks in advance for any assistance.

mouser:
try using spaces instead of comas:

Run, C:\Program Files (x86)\MiniCap\MiniCap.exe -captureregion 200 200 500 500

Navigation

[0] Message Index

Go to full version