So, I have a pretty niche request. I'm looking for a way to declare a list of folders as a variable. (Like how in linux I can use holder, and then call it later as $holder.)
Unfortunately I don't need the list of subfolders or files. ONLY the main directory of folders.
My hope is to have something where I can do something along the lines of:
Unfortunately I don't need the list of subfolders or files. ONLY the main directory of folders.
My hope is to have something where I can do something along the lines of:
Code:
set list="directory"
echo %list%
Last edited: