Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaks when there is a : in a filename in pwsh #124

Open
brian6932 opened this issue Aug 19, 2022 · 0 comments
Open

Breaks when there is a : in a filename in pwsh #124

brian6932 opened this issue Aug 19, 2022 · 0 comments

Comments

@brian6932
Copy link

Rather, pwsh converts : to ;, which translates to a termination when executed with pwsh, and reads everything following it, instead of the actual filename, then spits out this error:

filename:
foo 1:1.png

Error:
doskey /exename=pwsh.exe e114=Start-Process .\foo 1;1.png
The term '1.png' is not recognized as a name of a cmdlet, function, script file, or executable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant