Skip to content

Instantly share code, notes, and snippets.

@lamberta
Created April 16, 2010 01:25
Show Gist options
  • Save lamberta/367893 to your computer and use it in GitHub Desktop.
Save lamberta/367893 to your computer and use it in GitHub Desktop.
set path="C:\WINDOWS\system32;C:\usr\local\python_2-4-4\;C:\usr\local\python_2-4-4\Tools\Scripts\;"
"C:\Program Files\FontLab\Studio5\Studio5.exe"
import os
path = "C:\WINDOWS\system32;C:\usr\local\python_2-4-4\;C:\usr\local\python_2-4-4\Tools\Scripts\;"
os.environ['PATH'] = path
fontlab = r' c:\"Program Files"\Fontlab\Studio5\Studio5.exe'
os.system(fontlab)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment