how to delete files and folders from the command line on a windows 10 code example
Example 1: delete a file in cmd windows
del /f filename.type
Example 2: how to remove a file in command line
del filename
del /f filename.type
del filename