set CSS_FOLDER_SOURCE=.\css
set JS_FOLDER_SOURCE=.\js
for %%A in (JS, CSS ) do (
if defined %%A_FOLDER_SOURCE (
echo %%%A_FOLDER_SOURCE%%
)
)
I want to read the contents of both folders. But don't know how to dynamically generate the FOLDER_SOURCE names