$path_root = split-path -Path $PSScriptRoot -Parent $path_build = join-path $path_root 'build' Push-Location $path_build $forth = join-path $path_build 'forth.exe' & $forth pop-location