PowerTip: Open a script in PowerShell ISE

Summary: Automatically open a script in the Windows PowerShell ISE. Â How can I automatically open a script in the Windows PowerShell ISE from within a script? Â Use the Windows PowerShell ISE automation model, and use the Add method for the Files collection on the current PowerShell tab, for example: $psISE.CurrentPowerShellTab.Files.Add("C:\fso\ba...