I have 3 power shell scripts i want to launch from my main power shell script.
It needs to run in its own PowerShell console but when i try it try's to run them in the main Powershell console.
What is the command to launch "C:\scripts\myscript.ps1" from PowerShell in its own console?
Thanks
Lishron