Why cant I call the following in python using os?
import os
os.system('telnet 1.1.1.1')
yet when I open a terminal and use the exact command, I can telnet. I get the following when running the code:
'telnet' is not recognized as an internal or external command, operable program or batch file.
I have enabled TelnetClient and TelnetServer