View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
steve66 steve66 is offline
external usenet poster
 
Posts: 1
Default sequential Shell commands?

I'm using ShellExecute to launch 2 executables. The first one has to finish
before the second one can be executed. Is there a way to ensure that they are
executed sequentially without using the "Wait" command?

Thanks,
Steve