How can I remove files of a Folders for Different USers with a batch file?. For example:
C:\Documents and Setting\UserA\Folder1\file.abc
C:\Documents and Setting\UserB\Folder1\file.abc
C:\Documents and Setting\UserC\Folder1\file.abc
C:\Documents and Setting\UserD\Folder1\file.abc
C:\Documents and Setting\UserE\Folder1\file.abc
I want to remove the file.abc of every FOLDER1 of Every User. Every User has the same folder (Folder1) but they also have more Folders that I dont want to remove. At the end the files must be like this.
C:\Documents and Setting\UserA\Folder1\
C:\Documents and Setting\UserB\Folder1\
C:\Documents and Setting\UserC\Folder1\
C:\Documents and Setting\UserD\Folder1\
C:\Documents and Setting\UserE\Folder1\
I really hope you can help me with this.
Regards