mirror of
https://github.com/greenshot/greenshot.git
synced 2025-01-23 13:42:51 -08:00
59a3e6a27b
* Update de-de.markdown * Update help.markdown * Update faq.html * Update 2012-10-28-is-greenshort-really-portable.markdown * Update 2018-03-24-how-can-i-turn-off-logging.markdown * Update 2013-04-16-what-is-the-best-way-to-control-greenshots-configuration-at-install-time.markdown * Create 2020-04-17-how-can-i-open-an-image-file-in-greenshot.markdown * Create 2020-04-18-are-there-any-command-line-options-available.markdown * Create 2020-04-19-how-can-a-screenshot-be-passed-to-another-software.markdown
1.1 KiB
1.1 KiB
layout | status | published | title | tags |
---|---|---|---|---|
faq | publish | true | How can a screenshot be passed to another software? |
This can be done by the so called external commands. Here you find some interesting descriptions about them:
- How to use the External Command Plugin to send screenshots to other applications
- How to send an image to Skype using command line arguments
- How to Upload Screenshots to a Web Server via FTP, SCP or SFTP
The screenshots are saved in the temporary folder defined by %TEMP%.
Furthermore, own batch scripts can be created to realise more complicated or customized tasks. As a hint: %1 is the first argument passed to the script and most likely the file name sent from Greenshot by "{0}". %1 includes the surrounding quotes whereby %~1 removes them in a Windows batch file.