Announcement

Collapse
No announcement yet.

Display output from batch file (txt)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Display output from batch file (txt)

    Hi, There is probably an easy answer to this. i want to display within Autoplay screen the txt output generated from a ping command. "ping ***.***.***.*** >ping.txt" produces the txt file, canI get Autoplay to display it in a text box.
    Thanks in Advance.

  • #2
    Re: Display output from batch file (txt)

    Sure. Just read that text file into a variable with a Text File - Read action. Then, you can use string actions to extract the parts you want, or just display the whole thing. To do that, just use the variable that you read the text into as the message in the Dialog - Message Box action.
    --[[ Indigo Rose Software Developer ]]

    Comment

    Working...
    X