I am guessing that the files are marked read-only if you are getting a prompt to make sure you want to delete. Some of the delete options are:
/P to confirm (prompt) delete
/F to force delete read-only files
/Q quiet mode, do not confirm with wildcards
Take a look at the following website that has a fairly extensive description for most DOS commands --
MS-DOS help and commands