Search found 1 match
- 26 Nov 2014 03:50
- Forum: DOS Batch Forum
- Topic: seek folder in FOR + actions on it
- Replies: 3
- Views: 3545
seek folder in FOR + actions on it
Hello ! I try to do something simple but I don't suceed. I would like seek a folder with a particular name (example : TOTO) and try to display the folder and rename it. My command line doesn't works : FOR /D /R %I IN (dir /s TOTO) DO echo %I & rename %i\TOTO %I\TATA FOR /D /R : Seek for folder r...