How to set clipboard as the contents of a rich text format file which may include images
I want to do the same I do with html files here
Get-Content "C:\Users\userx\Desktop\clipboardtool\htmlcopy.html" | Set-Clipboard -AsHtml
but for .rtf files
How to set clipboard as the contents of a rich text format file which may include images
I want to do the same I do with html files here
Get-Content "C:\Users\userx\Desktop\clipboardtool\htmlcopy.html" | Set-Clipboard -AsHtml
but for .rtf files