
- 帖子
- 17
- 积分
- 35
- 技术
- 0
- 捐助
- 0
- 注册时间
- 2014-4-26
|
本帖最后由 无名小卒 于 2015-3-14 07:40 编辑
@echo off&setlocal enabledelayedexpansion
set ling=0
:⊙﹏⊙ 新人 大神勿喷
md lingmou
for /f "delims=" %%i in (堕落血天使.txt) do (
set /a ling+=1
echo %%i
)>.\lingmou\ling!!.txt
cd .\lingmou
for %%i in ('dir /d /o:-s ') do (
set "xy=%%i"
set xie=%%zi
set /a h+=1
if !h!=1 set " t=%%zi"
if !xie!==!t! call :tong !xy!
)
exit
:tong
type %1
type |
|