PowerShell Exception calling "readkey"

63 Views Asked by At

Having issue with one arg in my minecraft server powershell script

line reads as follows Exception calling "ReadKey" with "1" argument(s): "The method or operation is not implemented." At F:\BMC2_FABRIC_1.20.1_Server_Pack_v24\start.ps1:102 char:6

Line 102 char 6 is as follows $Host.ui.RawUI.ReadKey("NoEcho,IncludeKeyDown") > $null

I tried removing the periods in the line and shifting the first character around one or two spaces, to no avail.

0

There are 0 best solutions below