Now I want to iterate through this array: for %%s in (%sources%) do echo %%s. It doesn't work! It seems that script is not going into the loop.
stackoverflow.com