You can use the call command (e.g., call script1.bat ) to run multiple batch files sequentially within a single script.
They are frequently used with the Windows Task Scheduler to run scripts automatically at specific times or during system login. How to Create and Run One How to allow my computer to run bat files? - Microsoft Q&A run.bat
A common helpful tip is adding a delay or pause command so the command window doesn't immediately disappear if the script fails. You can use the call command (e