【BAT批处理】删除MP3 V2.0

本文介绍了如何使用Windows批处理脚本(BAT)高效地删除MP3文件,适用于需要批量清理音乐库的用户。内容涵盖批处理命令的使用技巧和注意事项,帮助用户自定义删除规则。
摘要由CSDN通过智能技术生成

 

::iterate 10000 times
@echo off
color 02
chcp 65001
mode 30,8
cls

set /a i=5
:pwrod
set "psCommand=powershell -Command "$pword = read-host '请输入密码' -AsSecureString ; ^
        $BSTR=[System.Runtime.InteropServices.Marshal]::SecureStringToBSTR($pword); ^
        [System.Runtime.InteropServices.Marshal]::PtrToStringAuto($BSTR)""
for /f "usebackq delims=" %%p in (`%psCommand%`) do set password=%%p
cls
set /a i-=1
if %password% equ 123 goto :start
if %i% neq 0 msg %username% /time:1 "密码错误,还可以输入%i%次"
if %i% equ 0 goto :exit
if %password% neq 123 goto :pwrod

:start
set /a num=0
:loop
cls
if not exist E: (echo E:请插入M1)^
else if exist E:\*.mp3 (
echo E:删除MP3中...
del E:\*.mp3
set /a num+=1
echo %date% %time% E:删除M1
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值