Here is a test where you get the error:
import subprocess
ip = '192.168.15.5'
ipDest = '\\' +ip
subprocess.Popen(['psexec', '/s', ipDest, 'cmd'], shell = True)
Error presenting:
'psexec' is not recognized as an internal command
or...
asked by
19.09.2018 / 02:46