'Remove-Item' is not recognized as an internal or external command, operable program or batch file

3.3k Views Asked by At

I was following the commands listed here: https://tdlib.github.io/td/build.html?language=Python to build tdlib for Python on Windows, one of the commands is:

Remove-Item build -Force -Recurse -ErrorAction SilentlyContinue

This is the result on my computer:

'Remove-Item' is not recognized as an internal or external command, operable program or batch file.

How can i fix that? Thank you

0

There are 0 best solutions below