Sorry - Rubbish title but I couldn't think of a better one.
I have a script which takes a list of machines on a network and distributes Anti-Virus updates to them. It works but it's very slow. Is there a way I can 'start' the process of updating a client (copy a package and execute it through OS commands) but not have the scripts sit there until it's finished before it caries on and starts the next one?
but I don't think that's what I need. I tried looking at
and I couldn't understand enough to work out if it was the answer or not.