ex_heyh 当前离线
列兵
cipher/d/a d:\ichat.txt复制代码
DAIC 当前离线
中将
cipher /d /s C:\ cipher /d /s D:\ cipher /d /s E:\复制代码
TOP
foxJL 当前离线
荣誉版主
@echo off for /f "delims=" %%i in ('dir /b /s d:\') do (cipher/d/a "%%i") pause复制代码