Quote Originally Posted by Joacim Andersson View Post
I'm making the following assumption:

U no how 2 tr4nsl8 2 VB
Code:
sub S()
  4 x = 0 2 apps.length -1
    d1m p = new proc with {.EnableRaisingEvents = tru}
    +Handler p.Xited, +dressOf Yo
    p.St4rt1nfo = new ProcessStartInfo(apps(x))
    p.Start
  nXt
end sub 

sub Yo()
  static c as int =0
  c+=1
  if c = apps.length then
    doIt
  end if
end sub
Gr8, give r8ings m8.