
CODE: [Copy to clipboard]@echo off
set "ph=d:\game\"
if exist "%ph%config" call:lp
copy "config" "%ph%" >nul
exit
:lp
set/a n+=1
if exist "%ph%config.bak00%n%" goto lp
move "%ph%config" "%ph%config.bak00%n%"
| Quote: | |
|
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |