
附件 1:SETRES.rar (2010-9-3 22:43, 16.31 K, 下载附件所需积分 1 点 ,下载次数: 4)
| Quote: | |
|
CODE: [Copy to clipboard][ Last edited by chujiafu on 2010-9-4 at 11:00 ]@echo off
SETRES h1024 v768 b32 f85
if errorlevel=1 goto 1
goto end
:1
SETRES h1024 v768 b32 f75
if errorlevel=1 goto 2
goto end
:2
SETRES h1024 v768 b24 f85
if errorlevel=1 goto 3
goto end
:3
SETRES h1024 v768 b24 f75
if errorlevel=1 goto 4
goto end
:4
SETRES h1024 v768 b24 f60
pause
:end
exit
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |