You can just delete hidden files with the same del command, but since the files are hidden you need to map the location of the hidden folder in the command so the batch file knows where to look and delete.
@Echo off
del "location of hidden files and/or folders" /Q /F /S
exit
Copyright © 2026 eLLeNow.com All Rights Reserved.