Implemented starting Python in a terminal window. The implementation isn't

optimal, especially if Terminal wasn't running yet, but it works.
This commit is contained in:
Jack Jansen 2002-07-31 13:15:59 +00:00
parent 33876f514a
commit b7276cdf71
5 changed files with 177 additions and 6 deletions

View file

@ -0,0 +1,12 @@
/*
* doscript.h
* PythonLauncher
*
* Created by Jack Jansen on Wed Jul 31 2002.
* Copyright (c) 2002 __MyCompanyName__. All rights reserved.
*
*/
#include <Carbon/Carbon.h>
extern int doscript(const char *command);