Last active
November 27, 2019 20:23
-
-
Save tiborepcek/4b2b868dbe7fe1ca2eb71a9bf9ef12ef to your computer and use it in GitHub Desktop.
Get plain text only (without formatting and pictures) from system clipboard of Windows OS.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#NoTrayIcon | |
#include <Clipboard.au3> | |
MsgBox(0, "", StringStripWS(_ClipBoard_GetData($CF_UNICODETEXT), 8)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment