For any of you who know what Herobrine (The minecraft entity) is, me and my friend were playing with the command prompt trying to make it seem like herobrine had appeared using the following command:
cls && set Herobrine=(color f2 && prompt Herobrine && echo welcome)
what we thought the command would do is set the variable herobrine to, when run, change the color, change the prompt to Herobrine, and say welcome.
What this command should actually do, is set a variable called herobrine to "(color f2", change the prompt to Herobrine, and say welcome).
so, after executing the above command, it does what it should:
but then, try typing %Herobrine%.
instead of producing an error since (color f2 is not a valid command, it does this:
It just says "More?", and commands don't work!!!
Leave your thoughts below!!!
cls && set Herobrine=(color f2 && prompt Herobrine && echo welcome)
what we thought the command would do is set the variable herobrine to, when run, change the color, change the prompt to Herobrine, and say welcome.
What this command should actually do, is set a variable called herobrine to "(color f2", change the prompt to Herobrine, and say welcome).
so, after executing the above command, it does what it should:
but then, try typing %Herobrine%.
instead of producing an error since (color f2 is not a valid command, it does this:
It just says "More?", and commands don't work!!!
Leave your thoughts below!!!