hi alll..<br><br><br>iam invoking a python script from a standalone client which looks lik this<br><br><br>String command="ln -s /usr/lib /tmp/lin";   //creating a soft link<br><br>URL url = new URL("<a href="http://server-name/cgi-bin/finalexec1.py?command=">http://server-name/cgi-bin/finalexec1.py?command=</a>"+command);<br>
<br>but iam not able to read this command in the python script<br><br>in my script i tried doing<br>for arg in sys.argv;<br>print arg<br><br><br>but the command is not being read......<br><br>is  it the right way of reading arguments in python script?<br>