# File lib/specinfra/backend/powershell/script_helper.rb, line 7
        def build_command(cmd)
          path = get_config(:path)
          if path
            cmd.strip!
            cmd =
"$env:path = \"\#{path};$env:path\"\n\#{cmd}\n"
          end
          cmd
        end