I have plenty of ps1 scipts which I execute one by one manually, they have $ErrorActionPreference = "Stop" in their syntax so if something goes wrong they shall stop.
What I want help with is to create a ps1 script that can run all of these scripts sequentially. So if one script fails the "master script" must stop and not continue with next script.