Is there some internal difference between run and exec in wshshell? I'm using them with secure shell. The secure shell program takes about 10 minutes to run and then comes back.
When I use run, it reports and end of file error. When I use exec, it runs to completion. The only difference I can see is that with exec, you have control over the I/O but why should it make so much difference to ssh?
When I use run, it reports and end of file error. When I use exec, it runs to completion. The only difference I can see is that with exec, you have control over the I/O but why should it make so much difference to ssh?