[Tutor] autoexec.bat was the ticket for Win95 OSR2 -

michaelbaker@operamail.com michaelbaker@operamail.com
Sun, 18 Jun 2000 12:41:46 -0400


>~ when I type "set PYTHONPATH=.;c:\Program Files\Python\"
>~ the command line interpreter returns a syntax error. Is there a
>~ .cshrc-like
>~ file in DOS or Windows where additional module location paths can
>~ be saved?
>~
>
>
>It depends which version of windows you use.  On NT, I go to control
>panel|system and then the "environment" tab.  After setting it, it's
>necessary to close out your dos prompt (or your python prompt) and then
>reopen.   On Win95, i think you can do it in your autoexec.bat file.   On
>Win98, I don't know for sure.
>
>	good luck,
>		~c

i added "SET PYTHONPATH=C:\PROGRA~1\PYTHON\MODULES" to the autoexec.bat
file - that was the ticket - thanks!

mb