command='curl https://meowfacts.herokuapp.com/' outArr=.array~new -- array for stdout ADDRESS SYSTEM command WITH OUTPUT USING (outArr) Word = .OLEObject~New("Word.Application") Word~Visible = .TRUE -- make Word visible Document = Word~Documents~Add -- add document Selection = Word~Selection -- selection object Selection~TypeText(outArr) -- give selection a text Selection~TypeParagraph -- add paragraph (go to next line)