Suppressing the confirmation prompt

Shell commands supporting this option include:

  • cp

  • rm/del

 fs0:\> rm -q test\temp*
removing fs0:\test\temp1\temp1.txt 
- [ok]
removing fs0:\test\temp1\boot\nshell.efi
- [ok]
removing fs0:\test\temp1\boot 
- [ok]
removing fs0:\test\temp1 
- [ok] 
removing fs0:\test\temp2\temp2.txt 
- [ok] 
removing fs0:\test\temp2 
- [ok]