Skip to content

wt.exe /d doesn't work if the directory path ends in '\' and is quoted #4715

@viorel-m

Description

@viorel-m

WT Version: 0.9.433.0
OS/PS Build: 10.0.19572.1000.

This works:
wt /d "C:\Users\"

This doesn't:
wt /d "c:\Documents and Settings\"

The error is
[error 0x8007010b when launching `powershell.exe']

Workaround: add a period at the end:
wt /d "c:\Documents and Settings\."

Metadata

Metadata

Assignees

No one assigned

    Labels

    Area-Commandlinewt.exe's commandline argumentsIssue-BugIt either shouldn't be doing this or needs an investigation.Priority-2A description (P2)Product-TerminalThe new Windows Terminal.Resolution-DuplicateThere's another issue on the tracker that's pretty much the same thing.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions