联盟域名:www.cn-dos.net 论坛域名:www.cn-dos.net/forum DOS,代表着自由开放与发展,我们努力起来,学习FreeDOS和Linux的自由开放与GNU精神,共同创造和发展美好的自由与GNU GPL世界吧!
Originally posted by recallshan at 2008-7-22 11:01 PM: 要这样子 看你能不能点到 哈哈 @echo off RUNDLL32 USER32.DLL,SwapMouseButton ...
@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