@echo off
if exist D:\a.mp3 echo a.mp3>>file.txt
if not exist D:\a.mp3 echo a.mp3不存在>>file.txt
if exist D:\b.mp3 echo b.mp3>>file.txt
if not exist D:\b.mp3 echo b.mp3不存在>>file.txt
if exist D:\c.mp3 echo c.mp3>>file.txt
if not exist D:\c.mp3 echo c.mp3不存在>>file.txt
文件夹里没有文件的可以用rd命令删除(内部命令),如文件夹名是123,在命令提示符输入rd123;如果文件夹里有文件的就要用deltree命令(外部命令,要dos系统里带有deltree.exe文件)用法一样.deltree
123
回车
...
提示输入y回车。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)