I try to get the content of the clipboard and to automatically create a file out of it.
So far I've seen 2 very interesting threads but none of them are really doing what I want:
- - How to change, or/and create new keyboard shortcuts (http://newsgroup.xnview.com/viewtopic.p ... 895#p51895)
- - Import clipboard / commandline parameter(http://newsgroup.xnview.com/viewtopic.p ... ste#p76531)
Code: Select all
{path to XnView}\XnView.exe -capture=desktop,c:\file.jpg
Code: Select all
{path to XnView}\XnView.exe -clipaste
Code: Select all
{path to XnView}\XnView.exe -clipaste,c:\file.jpg
or:
Code: Select all
{path to XnView}\XnView.exe -capture=clipaste,c:\file.jpg
Can you please help me on that?
Thx very much