version 2.0
When I attempt to execute a Powershell script on a different letter drive than C, I get the message
The term'F:\RateManager\Scripts\rateCopy.ps1' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
Is there a basic setup concept that I have to tell Powershell that I'm going to execute scripts which live on a different letter drive than C? Do I need to include this path in $env:path?
I have searched other discussion groups and not found any clues.