Code:
command = "net use" + " * " + "\\" + sharepath+ " " + "password" + " " + "/u:"+"domainname" + "\\username"

sshconnObj.exec_command(command)
my intention is to execute this command in windows . i see the command formation is correct but it gives me error :
syntax error for net use command

when i try thr same command...