Allow error dialog to be copied to clipboard

Features wanted...
Post Reply
mwb1100
Posts: 213
Joined: 19 May 2007 06:20

Allow error dialog to be copied to clipboard

Post by mwb1100 »

I'm having some hard drive problems right now, and while trying to work past that some of my copies fail due to I/O errors. I'm not sure if the error dialogs are being displayed by the shell or by XY, but in case they are XY's I'd like to request that the contents of the dialogs be able to be copied to the clipboard.

An example error dialog that I copied by typing manually:

============
An unexpected error is keeping you from copying the file. If you continue to receive this error, you can use the error code to search for help with this problem.

Error 0x8007045D: The request could not be performed because of an I/O device error.

405c7ac7b321b3... (a long string of hex digits)
Type: File
Size: 145 bytes
Date modified: 6/28/2013 3:27 PM
============


For an example of what I mean to allow to copy to the clipboard, display any plain old Windows messagebox and type Ctrl-C. You'll then be able to paste the message box info into a text document. I can't think of a standard way to get a messagebox off the top of my head, but I have a non-standard command ("msgbox") which does it for me, and here's what I get when I copy/paste it:

---------------------------
msgbox Title
---------------------------
This is a test
---------------------------
OK
---------------------------

Leito
Posts: 561
Joined: 26 Sep 2016 15:37
Location: Windows 10 1809 x64

Re: Allow error dialog to be copied to clipboard

Post by Leito »

:tup:

RalphM
Posts: 1935
Joined: 27 Jan 2005 23:38
Location: Cairns, Australia

Re: Allow error dialog to be copied to clipboard

Post by RalphM »

Why wouldn't you rather use an universal solution to this problem by using some screen capture tool like PicPick?
Ralph :)
(OS: W11 22H2 Home x64 - XY: Current beta - Office 2019 32-bit - Display: 1920x1080 @ 125%)

mwb1100
Posts: 213
Joined: 19 May 2007 06:20

Re: Allow error dialog to be copied to clipboard

Post by mwb1100 »

I want the text, not a picture.

admin
Site Admin
Posts: 60542
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Allow error dialog to be copied to clipboard

Post by admin »

These are not from XY. All XY boxes can be copied.

jupe
Posts: 2791
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: Allow error dialog to be copied to clipboard

Post by jupe »

mwb1100 wrote:I want the text, not a picture.
One app I use in these situations is this,

http://rammichael.com/textify

It doesn't always work depending on the app/dialog but does come in handy occasionally.

Post Reply