i want to do processing for different file simultaneously in batch file
the command i use is
for %%f in (AXUD*,DSET*,APEC*) do teqc +qc %%f
But from my observation, the program process one by one file, AXUD first, then after finish it process DSET file
how can i make it process all 3 file simultaneously at same time.
hope can help
than you in advance
may be this way?