How to Fine tune a PROMPT COMMAND

I was wondering how I could accomplish the following on a prompt command?

  • The command is simply going to be used for displaying text then when clicking Okay it should continue the script:
  1. How can I format the Target: TEXT as I cannot get the lines to
    ?
  2. How can I remove the TEXT input box?
  3. Can I change the buttons “Cancel” to STOP and the button “Confirm” to START?

The PROMPT dialog layout can not be changed. But to wait for user input you can also simply use:

Pause | 0

This stop the macro until the user clicks continue.