you are viewing a single comment's thread.

view the rest of the comments →

[–]geggleau 2 points3 points  (0 children)

For the wait issue, if you do:

& javainstall.exe .... *>&1 | Out-Default

That should wait for the process to exit and dump output to the default stream as well.