Using Powershell to automating a bat file that ends with PAUSE

Viewed 2763

I have a batch file that I can't change, but I want to automate with Powershell 2.0. It ends with a PAUSE command, which displays:

Press any key to continue...

Is there an way to call this batch file from a powershell script, but have it exit without needing a user to press something?

1 Answers
Related