merbin2012 / sharex

Automatically exported from code.google.com/p/sharex
0 stars 1 forks source link

CMD Syntax #567

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi Team,

   I work as an automation test engineer and we need to capture lot of screenshots during testing for compliance purpose.I would like to know if there are any was to run the portable version of tool from command line so that it can be used in our code.

I tried with below CMD syntax,but it did not capture the screenshot,

C:\Users\561959\Downloads\ShareX-portable\Sharex.exe -portable or -p 
C:\Users\561959\Downloads\ShareX-portable\Sharex.exe 
C:\Users\561959\Downloads\image.png 

Could you please guide me in capturing the screeshots and saving it to a file 
using cmd syntax

Regards
Libin Sebastian

Original issue reported on code.google.com by nit.li...@gmail.com on 30 Apr 2014 at 11:05

GoogleCodeExporter commented 9 years ago
You can't capture screenshots with cmd syntax currently.
I don't see point of adding that feature. If you are using any scripting 
language to run ShareX with commands then you could write few lines of codes to 
take screenshots anyway? I mean running ShareX with command is one line code 
but also taking screenshot to save with scripting languages is 1-2 lines codes 
too so what is point of using another screen capture software for this purpose?

Original comment by flexy...@gmail.com on 1 May 2014 at 10:24