n370 / screenshot-cmd

Automatically exported from code.google.com/p/screenshot-cmd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

application window should be hidden

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. Put the application on desktop
2. Pin it to the task bar
3. Run from the task bar - screenshot is made corrrect but application window 
opens hiding details of printed window

What is the expected output? What do you see instead?
I shoud receive printscreen without black application window

What version of the product are you using? On what operating system?
Windows 7 64 bit

Please provide any additional information below.


Original issue reported on code.google.com by piotr.ci...@gmail.com on 17 Dec 2013 at 2:58

If you make a .bat file to start the screenshot program, you can call it with 
/min so it start minimized:

start /min screenshot-cmd.exe -wt "title" -o "myFile.png"

Original comment by michaelr...@gmail.com on 11 Feb 2014 at 9:54

start /min didn't work for me. I tried it with a link with the property 'start 
minimized'. This worked for me.

Original comment by gcchri...@gmail.com on 15 Aug 2014 at 12:47