Grazie della risposta, ma non lo trovo che me lo devo scaricare <br>e come funziona ?<br><br>Ciao <br>Andrea<br><br><div><span class="gmail_quote">2008/3/3, Marco Mariani &lt;<a href="mailto:marco@sferacarta.com">marco@sferacarta.com</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
andrea lucaroni wrote:<br> <br> &gt; Vorrei&nbsp;&nbsp;lanciare comandi di schell dentro un mio script in python,<br> &gt; aspettare che terminino per tornare nel mio script come posso fare?<br> &gt; Questi comandi non appartengono al modulo os, come li posso<br>
 &gt; implementare in questo modulo.<br> <br> <br>import subprocess<br> <br> subprocess.Popen(args).wait()<br> <br> #&nbsp;&nbsp;&nbsp;&nbsp;args should be a string, or a sequence of program arguments.&nbsp;&nbsp;The<br> #&nbsp;&nbsp;&nbsp;&nbsp;program to execute is normally the first item in the args sequence or<br>
 #&nbsp;&nbsp;&nbsp;&nbsp;string, but can be explicitly set by using the executable argument.<br> <br> <br> _______________________________________________<br> Python mailing list<br> <a href="mailto:Python@lists.python.it">Python@lists.python.it</a><br>
 <a href="http://lists.python.it/mailman/listinfo/python">http://lists.python.it/mailman/listinfo/python</a><br> </blockquote></div><br>