Skip to content

Instantly share code, notes, and snippets.

@dcorbacho
Last active January 31, 2019 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dcorbacho/b4ab123d73a42fa831f443cd6c1aa354 to your computer and use it in GitHub Desktop.
Save dcorbacho/b4ab123d73a42fa831f443cd6c1aa354 to your computer and use it in GitHub Desktop.
import os
os.chdir('C:\\Users\\Dan\\Documents')
import subprocess
subprocess.call(['python', 'frames.py', 'Z:\\Work\\Global-focus\\renders\\shot1b\\kk'])

shortcut

import subprocess
subprocess.call(['python', 'C:\\Users\\Dan\\Documents\\frames.py', 'Z:\\Work\\Global-focus\\renders\\shot1b\\kk'])


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment