bat file commands code example
Example: bat file
//Save it as start_dev.bat
@ECHO off
cd "C:\xampp"
start xampp-control.exe
cd "C:\Users\..."
start cmd /k "code . && ng s -o"
cd "C:\Users\..."
start cmd /k "code-insiders . && php artisan serve"