J
jmoffat
As the help file points out:
"Note: By default, the Shell function runs other programs
asynchronously. This means that a program started with Shell might not
finish executing before the statements following the Shell function are
executed."
This implies there is a way to cause execution to halt until the shell
command is completed.
Has anyone found a way to do this ?
"Note: By default, the Shell function runs other programs
asynchronously. This means that a program started with Shell might not
finish executing before the statements following the Shell function are
executed."
This implies there is a way to cause execution to halt until the shell
command is completed.
Has anyone found a way to do this ?