Home Forums Programming Powershell How to pass a response to a .exe called by PoSh RE: How to pass a response to a .exe called by PoSh

  • That's not a PowerShell thing per se. What that is saying is:

    echo textToPipeIn | executableName executableOptions

    Which works fine in cmd Shell as well. How to pipe in more than one answer with that syntax though?

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato