用 /P , del 命令会要求 confirm.
c:\> del /p *.avi
c:\> a.avi, Delete (Y/N)? N
c:\> b.avi, Delete (Y/N)? N
c:\> 本能.avi, Delete (Y/N)? N
c:\> 三个代表.avi, Delete (Y/N)? Y
...
...
这样就可以了,等你要的文件搞定了,就可以 CTRL-C 中断命令的继续执行。
c:\> del /p *.avi
c:\> a.avi, Delete (Y/N)? N
c:\> b.avi, Delete (Y/N)? N
c:\> 本能.avi, Delete (Y/N)? N
c:\> 三个代表.avi, Delete (Y/N)? Y
...
...
WENXUECITY.COM does not represent or guarantee the truthfulness, accuracy, or reliability of any of communications posted by other users.
Copyright ©1998-2025 wenxuecity.com All rights reserved. Privacy Statement & Terms of Use & User Privacy Protection Policy