Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

output for P/S

$
0
0

Hello,

I am trying to figure out a way to output text lines into a window for a status display from a form.

I have tried Output-* command and they dont really do what I want.

I have tried Message-Box, but it requires an ack to continue... not what I need.

I have tried snippets to create a window and pipe to output to it, couldn't get them to work.

I've tried alot of different code snippets and none seem to work.

 

So I ask.... Is there an easy way to output a series of text strings to display progress in a script.

 

Example:

-------------------------------------------

Pinging 10.0.0.1...

Failed!!

Pinging 10.0.0.245

Success!

Trying to reset ALPR

Failed!! Check cable.

--------------------------------------------

 

Warren Harris

Engineer

89.3 KNON D/FW

 


Viewing all articles
Browse latest Browse all 6937

Trending Articles