Make animations in notepad #programming #shorts

preview_player
Показать описание
Disclaimer:
Any script or a code snippet shown in the video is harmless and fake, and is not intended to cause any harm to anyone or their property. The script might delete your data (with your consent) or shutdown your computer (with your consent) so try at your own risk. And everything shown in the video is only for educational purposes.
Рекомендации по теме
Комментарии
Автор

Loop: I'm about to end this man's whole career

POGnator
Автор

"bad apple but in command prompt" are coming, I can feel it.

Kat-
Автор

Use a loop and pipe timeout's output to nul
And also store sprites in text files and use type on the text files, use your loop's index to reference the frame number to see which file to reference.

kenan
Автор

You can also add >nul at the end of the timeout command to hide the timeout command output

Cringber
Автор

you can use timeout >nul (number) to not see a message

ueqcrfd
Автор

Use timeout 1 > nul to hide waiting for 1 seconds.

lavapedeblud
Автор

This way it's even possible to write Complete YouTube in notepad

rakshitpatel
Автор

Umm, actually, you're animating with batch scripting, not notepad. Notepad is just the text editor. (Bash is better than batch)

cjendantix
Автор

@echo off
echo o
timeout 1
cls
echo o
timeout 1
cls
echo o
timeout 1
cls
echo o
timeout 1
cls
echo o
timeout 1
cls
echo o
timeout 1
pause

ningyproducoes
Автор

just do this in C++ and use a loop to automate this

stormswindy
Автор

could you please make a tutorial on how to make a website with html code with notepad?

closedatcuppola
Автор

That's not an animation in notepad, that's an animation in command prompt. Notepad is just the text editor you're using to edit the file the command prompt runs.

utterdonkey
Автор

Timeout? I used ping localhost -n 2 >nul this entire time

windestruct
Автор

Title: How to make an animation in notepad
*Proceeds to open cmd*

boxo
Автор

Time to do bad apple in the command window

Cfourreal
Автор

First of all, LOOP, second, if you lower the timeout the animation will look better

Potato__
Автор

Hey guys Wich windows do you use ?, well me i am using windows 11 and you?

Goofmaaaae
Автор

For loop: I'm bout to end this man's whole career
Actual programming languages that make this stuff much easier: I'm bout to end this man's whole career

JamesXylight
Автор

That's not an animation in notepad. That's writing a batch with notepad

mysocial
Автор

First of all why not use a loop and why not turn the timeout to below 1 second and have it be nulled I don’t understand why others don’t understand the power of coding when you know how to do it so you must learn it your most, also why not use something like python or JavaScript or mabye even c++ batch is just way to weird and other coding languages are less weird where they are plain English, Microsoft is never good at doing or creating things

PremiumResistance