I'm trying to call a PowerShell script from another PowerShell script. The script I'm trying to call is in a subfolder named "Release" of the current directory.
I tried the following command but get an 'file not found' error from the PowerShell console.
."..\Release\out-datatable.ps1"