RajiCurator
Which command is used to suppress the prompt that asks you to confirm that you want to delete the directory?
Which command is used to suppress the prompt that asks you to confirm that you want to delete the directory?
Parameter Description
/f Forces deletion of read-only files.
/s Deletes specified files from the current directory and all subdirectories. Displays the names of the files as they are being deleted.
/q Specifies quiet mode. You are not prompted for delete confirmation.