To delete a file using the DOS command, we have to follow these steps:
  • Use the Del command
  • To delete one file
BY Best Interview Question ON 28 Mar 2019

Example

DEL [drive:][path]file name

  • To delete multiple files

DEL [drive:][path]file name [/P]