python - Get Arguments To Program Remotely -


i have code:

arguments = urllib.urlopen("http://website.com.info/file.php")

command = location + "\file.exe " + arguments.read()

i able control arguments remotely , code works, problem av block behavior because tries access website or something. alternative way able pass arguments program remotely?

i use python2.6 , program run on windows (py2exe)

p.s used on own computers i'm trying control arguments remotely when i'm not around.


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

How can I fetch data from a web server in an android application? -

jquery - How can I dynamically add a browser tab? -