用 /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-2024 wenxuecity.com All rights reserved. Privacy Statement & Terms of Use & User Privacy Protection Policy