Have you ever tried playing hide-and-seek with the close button? Try this batch script!
Click here to download
Click here to download
别看我是高级用户,其实菜鸟一个,^-^
Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!
(I mean the speed of window resizing is too slow)Originally posted by recallshan at 2008-7-22 11:01 PM:
You have to do it this way, see if you can click it, haha
@echo off
RUNDLL32 USER32.DLL,SwapMouseButton
...
@echo off
title Can You Turn Me Off?
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