I have 2 lines of code:

call shell (another command)
some other command

I do NOT want VB to execute the second line
BEFORE the "shell" id finished.

How can I get that?