Yeah I'd be interested to know this too. That and sending to something like Deadline
________________________________ From: [email protected] on behalf of Cristobal Infante Sent: Wed 05/12/2012 16:54 To: [email protected] Subject: Python: subprocess caching Hi guys, I would like to make python script that will: - call the command prompt. - cache a given scene, without opening the softimage gui. I know I can run: xsi -script cache.py, so that takes care of the events inside soft. But how do I call the subprocess so it receives this commands? (xsi -script) import subprocess proc = subprocess.Popen ("C:/Program Files/Autodesk/Softimage 2013 SP1/Application/bin/SIShell.bat", shell=False ) # this just opens the command prompt Any idea? Cheers, Cris
<<winmail.dat>>

