You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMD.EXE was started with the above path as current directory
UNC paths are not supported. Defaulting to windows directory.
The directory is shows is \wsl\home\me\some-subdirectory - basically whatever directory i am in when it executes.
Log just shows running /mnt/c/windows/system32/cmd.exe /c start https://google.com
I am trying to run this from a curses based python app the the output messes up the screen.
[added] if i enter the cmd.exe /s start https://google.com in bash in wsl I get the same. so the message is coming from cmd.exe. wonder if powershell would handle better
I just tested, and although it does not spam the same error message, opening links with powershell does take a measurable time longer than opening them with cmd.exe
explorer.exe also works, but in the past there have been URLs that it failed to open while cmd.exe /c start has been pretty reliable.
if I do:
xdg-open 'https://google.com'
I get a message:
CMD.EXE was started with the above path as current directory
UNC paths are not supported. Defaulting to windows directory.
The directory is shows is \wsl\home\me\some-subdirectory - basically whatever directory i am in when it executes.
Log just shows running /mnt/c/windows/system32/cmd.exe /c start https://google.com
I am trying to run this from a curses based python app the the output messes up the screen.
[added] if i enter the cmd.exe /s start https://google.com in bash in wsl I get the same. so the message is coming from cmd.exe. wonder if powershell would handle better
[added] powershell.exe start https://google.com gives no messages
[added] sorry, changed the script to use /mnt/c/Windows/System32/WindowsPowershell/v1.0/powershell.exe and all is file. start /c start url
The text was updated successfully, but these errors were encountered: