I execute 4 tasks in parallel via command line ( win7 cmd):
start defrag /A c:
start defrag /A d:
start defrag /A e:
start defrag /A f:
dir
However the dir command execute right after the first line .
I want the dir command to execute after all 4 are done.
how can I do it ?
Try this: