How does the behaviour differ between & powershell .\other.ps1 and & .\other.ps1?
Edit: In particular, how do they differ if there's an error in other.ps1?
|
How does the behaviour differ between Edit: In particular, how do they differ if there's an error in |
||||
|
|
|
You get another PowerShell process in the former case and the script cannot read variables defined in your current session:
|
|||||||
|