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 <<a href="mailto:marco@sferacarta.com">marco@sferacarta.com</a>>:</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> > Vorrei  lanciare comandi di schell dentro un mio script in python,<br> > aspettare che terminino per tornare nel mio script come posso fare?<br> > Questi comandi non appartengono al modulo os, come li posso<br>
 > implementare in questo modulo.<br> <br> <br>import subprocess<br> <br> subprocess.Popen(args).wait()<br> <br> #    args should be a string, or a sequence of program arguments.  The<br> #    program to execute is normally the first item in the args sequence or<br>
 #    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>