A small DOS query
Posted: Sat Dec 07, 2013 4:32 am
If i were using the FOR command in DOS where
What would i put in (set) to make it use folders? (directories if you want to be picky
)
Currently I'm doing
And this does all files with the format .partsbnd, how would i go about making that set apply to whole folders as opposed to specific file type sets.
Code: Select all
FOR [drive:\][directory] %variable IN (set) DO command [command-parameters]Currently I'm doing
Code: Select all
for %%b in (*.partsbnd) do