Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › Programming › Programming Tutorials › Have Fun with the Command Prompt.

Have Fun with the Command Prompt.

Posts 1–15 of 15 · Page 1 of 1
mostwanted
mostwanted
Have Fun with the Command Prompt.
Here's a cheap trick to amuse yourself when you get bored.

Open a command prompt (Start -> Run then type cmd, OK) and enter the following command:
title "put what ever you want here" exclude the quotes
then check out the title bar of the command window.



Of course you'll want to substitute your own text string for your own amusement.
#1 · 18y ago
DA
davidlig
OMG funny xD
#2 · 18y ago
AX
Axelsz
Funny, how did you discover all these things? By trying 'em?
#3 · 18y ago
DA
davidlig
I found this 2 years ago,but i forgoth it
#4 · 18y ago
Kirge
Kirge
Quote Originally Posted by Axelsz View Post
Funny, how did you discover all these things? By trying 'em?
in DoS, Command Prompt, and a lot of console applications where you can do text input, you type in "help", and it will return a list of commands that you can use.

For example, in VC6, people will do:

system("@title Kirge's App");

to title their console application. Same way in .bat files as well.
If you feel this information as helpful, please thank me, :-)
#5 · 18y ago
9Lives CatsEyes
9Lives CatsEyes
yea i use the help or ? command to get the list quite often.
#6 · 18y ago
apezwijn
apezwijn
lol look at the avatar of Kirge and than at 9Lives CatsEyes
#7 · 17y ago
13
1337haxor
Lol nice idea man, very intruiging (?spelling?)
#8 · 17y ago
Zen
Zen
intriguing

and how would one create a program that would be sent to another computer and excute a command promt for say a practical joke? and what program would one use to make this
#9 · edited 17y ago · 17y ago
baconxx14
baconxx14
Make a .bat file renaming another app and send it to someone,
#10 · 17y ago
T7
t7ancients
If you have windows xp or vista, save it as a .cmd file. As for a practical joke, try this code:
@echo off
:loop
start iexplore.exe (url)
goto loop

and you can make a cmd or bat file make folders in a specific path. the command is:
md c:\(path)
for the loop command to be effective you may want to copy/paste the loop procedure
a few times. you can even have other batch files with other loops that start each other over again thus starting more loops. this often leads to the cpu overloading a bit and you need to restart your computer. To open a .exe or other file always start the command line like this:
start (filename)
remember that if you want to start a file that's not a default program on your OS it needs to either be in the same folder as the batch file calling it or the path must be set in "". Just google batch file commands, you'll figure it out. =p
#11 · 17y ago
AP
AppLett
Seems to me like a whole lot of effort for a practical joke, when it's just as fun to just pull out the power plug.
#12 · 17y ago
Maximkas
Maximkas
OMFG open CMD
Then type
telnet towel.blinkenlights.nl
WATCH START WARS !
also try color
#13 · 17y ago
reyes94x
reyes94x
a fun trick with that is too

cmd type :
tracert www......(type any website)

find ip then type:
shutdown -i

add> type ip

add comment and shut someones comp remotely
#14 · 17y ago
undergroundhack
undergroundhack
mm can you change other name of programs using the command prompt
#15 · 17y ago
Posts 1–15 of 15 · Page 1 of 1

Post a Reply

Similar Threads

  • have fun with hacks while they r undetectedBy tarty67 in WarRock - International Hacks
    6Last post 19y ago
  • Dont Fuck With The AdminsBy 1h1a1i in General
    21Last post 17y ago
  • Watch star wars!!! With... Command prompt!!!!By nukeist_ in Entertainment
    10Last post 19y ago
  • Problem With The New Pb Hw Ban Spoofer!By naomelembro14 in WarRock - International Hacks
    5Last post 19y ago
  • Need help with the CEBy Piebringer in BattleOn Games Hacks, Cheats & Trainers
    3Last post 19y ago

Tags for this Thread

#command#fun#prompt