I have a .txt file that contains a list of paths and directory names in the following format...
c:\users\john\gameinfo
c:\users\jane\gameinfo
c:\users\robert\gameinfo
(hundres more directories, all called gameinfo, but in different locations)
All I want to do is run RMDIR on each instance of 'gameinfo'. I am new to scripting but I know there has to be a way to do this. I have tried pipes and redirects without success. Any help would be appreciated.
Thanks friends!
Beni
c:\users\john\gameinfo
c:\users\jane\gameinfo
c:\users\robert\gameinfo
(hundres more directories, all called gameinfo, but in different locations)
All I want to do is run RMDIR on each instance of 'gameinfo'. I am new to scripting but I know there has to be a way to do this. I have tried pipes and redirects without success. Any help would be appreciated.
Thanks friends!
Beni