win+R键,打开cmd 。
假设要删除的目录是E:\github\web
要删除的文件是E盘下的test.txt 。
输入
rd E:\github\web
del E:\test.txt
------------------------------------------------------
另 win10 下可用powershell.它的命令是
rm -force E:\github\web
rm -force E:\test.txt
win+R键,打开cmd 。
假设要删除的目录是E:\github\web
要删除的文件是E盘下的test.txt 。
输入
rd E:\github\web
del E:\test.txt
------------------------------------------------------
另 win10 下可用powershell.它的命令是
rm -force E:\github\web
rm -force E:\test.txt