Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
Get text from console app
manually:
open command prompt window, go to location of application and type in:
markupapp.exe >> C:\output.txt
batch script:
C:\location\to\application\app.exe >> C:\output.txt
more C:\output.txt```
this will conveniently place the contents in the root of your C drive in a file called output.txt and then read it out to you.
if you NEED an application (VB, C++, w.e) just ask and ill give you that info too.