delete files with robocopy if windows show error "file name to long"
- create directory mkdir deletelongname
- suppose D:\backup\public directory contains the files which are not able to delete simply
- run command robocopy D:\deletelongname D:\backup\public /purge ( after command finish execution, both folders are empty )
- run command to delete directory deletelongname and public