As of now i perform a operation using batch like below. FOR /D %%G in ("*") DO command
- this exeuctes the command on all the folders as i have mnentioned "*" and now I need to skip folders (with name *Shared) in the above command.
Please advice if i can use a IF loop to perform the same and how do i do. or suggest if there are any simple way to perform