for /D -Iterates only through directories (folders) in a specified path rather than files
for /L -Loops through a range of numbers based on the rule (start, step, end)
for /F -Reads through text files line-by-line or processes strings and command outputs
for /R -Searching File with spesific name or extention.