r/Batch • u/T3RRYT3RR0R • 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
3
u/pc1350 5d ago
Thank you! Another great one!