I have a need to open a command shell and then execute a number of command within that shell. As I see it, my options are to execute a simple batch file and get very little feed back, or write a batch file with error checking and some kind of reporting.
What I would REALLY like to do, is open a command shell, and then have PowerShell send commands one at a time to that shell. It would allow me to do error checking and correction, as well as make the process more dynamic. Can I do something like
that? How?