How to Get Undertale Text Scrolling in Batch
You can use the 'timeout' command in a batch file to simulate text scrolling. For example, you can echo each line of text followed by 'timeout /t 1 >nul' to make the script pause for a second before displaying the next line.
Play Games.Earn points.Get gift cards!

Playback Rewards
(13.7k)
500k players and counting...
More Answers
I tried using 'echo' and 'choice' commands to control text speed. 'echo Hello' & 'choice /c y /n /d y /t 1' ensures only a second passes between each message.
Forget batch files! Use a Python script with time.sleep() for a smoother scroll effect. It's so much easier.
Honestly, batch files are too clunky for smooth text scrolling. Try using a different scripting language like Python or JavaScript.
馃憖 If you like Undertale...
The brands referenced on this page are not sponsors of the rewards or otherwise affiliated with this company. The logos and other identifying marks attached are trademarks of and owned by each represented company and/or its affiliates. Please visit each company's website for additional terms and conditions.
People also want to know
Add an Answer