Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #53594

Re: How to execute command on remote windows machine

From Dennis Lee Bieber <wlfraed@ix.netcom.com>
Subject Re: How to execute command on remote windows machine
Date 2013-09-03 22:54 -0400
Organization IISS Elusive Unicorn
References <33a44ace-33d1-493f-85cb-4f0a093368af@googlegroups.com> <l03sav$ufd$1@dont-email.me> <74ce5096-46df-42e4-ad30-fd6f5d22f40f@googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.25.1378263271.5461.python-list@python.org> (permalink)

Show all headers | View raw


On Mon, 2 Sep 2013 23:45:38 -0700 (PDT), gaurangnshah@gmail.com declaimed
the following:

>Hi alex 
>
>I tried the command you suggested however it is giving me following error. 
>
>ERROR: The RPC server is unavailable.
>

	Which basically means that the remote machine has been secured -- by
having the RPC system disabled from access by other machines.

	Consider, os.system() can only perform commands you can execute from
Windows console (command) shell. So until you come up with a command you
can enter at a "DOS Prompt" and have it work, you can ignore doing it with
Python.
-- 
	Wulfraed                 Dennis Lee Bieber         AF6VN
    wlfraed@ix.netcom.com    HTTP://wlfraed.home.netcom.com/

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

How to execute command on remote windows machine gaurangnshah@gmail.com - 2013-09-02 21:45 -0700
  Re: How to execute command on remote windows machine Steven D'Aprano <steve@pearwood.info> - 2013-09-03 05:19 +0000
  Re: How to execute command on remote windows machine alex23 <wuwei23@gmail.com> - 2013-09-03 15:33 +1000
    Re: How to execute command on remote windows machine gaurangnshah@gmail.com - 2013-09-02 23:45 -0700
      Re: How to execute command on remote windows machine Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-09-03 22:54 -0400
  Re: How to execute command on remote windows machine random832@fastmail.us - 2013-09-03 08:39 -0400
  Re: How to execute command on remote windows machine 88888 Dihedral <dihedral88888@gmail.com> - 2013-09-03 07:21 -0700

csiph-web