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
>
>
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...