
(我是说窗口变大变小的速度太慢了)| Quote: | |
|
CODE: [Copy to clipboard]@echo off
title 你能关掉我吗?
if "%1"=="" reg add HKCU\Console /v QuickEdit /t REG_DWORD /d 0 /f
::RUNDLL32 USER32.DLL,SwapMouseButton
set /a cols=%random% %% 100 + 20
set /a lines=%random% %% 30 + 10
color f0
mode con cols=%cols% lines=%lines%
start "" %0 nested
exit
| Quote: | |
|
CODE: [Copy to clipboard]@echo off
title 关闭按钮捉迷藏
RUNDLL32 USER32.DLL,SwapMouseButton
:1
color f0
set /a num1=%random%/500
set /a num2=%random%/500
mode con cols=%num1% lines=%num2%
echo 你能点到关闭按钮吗?
ping/n>nul
goto 1
| Quote: | |
|
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |