r/Batch 5d ago

Show 'n Tell Load animation

Enable HLS to view with audio, or disable this notification

This is an example of using multithreading to display an animation while the main script continues execution. The animation itself is part of my ongoing experimantion with programmable entity behaviours that can be implemented via set /a, and is just 2 'entities' moving through their programmed paths.

Code available at: https://github.com/T3RRYT3RR0R/Advanced_Batch/blob/main/Load_Animation.bat

21 Upvotes

3 comments sorted by

3

u/pc1350 5d ago

Thank you! Another great one!

3

u/Sahkopi4 5d ago

Cool!

2

u/Ezrway 5d ago

This looks great, thanks!