This is my first attempt at automating some of my development environment setup. I have the following powershell script:
& "C:\MAMP\MAMP.exe"
& "C:\Program Files\Microsoft VS Code\Code.exe"
I run it and it works fine, but when I close the powershell window it closes my VS Code window as well. MAMP stays open.
I'm sure this is a simple fix. Thanks!