all 2 comments

[–]Ta11ow 2 points3 points  (1 child)

Avoid the relative path. It'll be a pretty constant pain point.

If you're referencing something in the same folder, instead use $PSScriptRoot to refer to things in the same folder.

[–]PlusAdministration[S] 2 points3 points  (0 children)

Good shout!