Re: [Tutor] starting a program from python

2006-07-23 Thread Kent Johnson
johnsonv3 wrote: > Hi, > Using Windows XP Home & python 234 > I am trying to start python programs that run Panda 3D without having > to open command prompt and type a path every time I run a program. > > This pandastart.bat file works... > > cd C:\Panda3D-1.2.3\mystuff > ppython bvd.py > >

[Tutor] starting a program from python

2006-07-22 Thread johnsonv3
Hi, Using Windows XP Home & python 234 I am trying to start python programs that run Panda 3D without having to open command prompt and type a path every time I run a program.   This pandastart.bat file works...   cd C:\Panda3D-1.2.3\mystuff ppython bvd.py   and from python shell this works...