How can you wait for the SHELL command to terminate ?

  • Thread starter Thread starter jmoffat
  • Start date Start date
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 ?
 
Back
Top