[Tutor] issue about startup file of python

deng wei deng@ms.shlftdc.net.cn
Mon, 13 Nov 2000 15:24:29 +0800


hello,every:
    I am using python in command mode under windows98.
I don't know how to write a startup file in this situation.
I always starting python using following methods,assuming the python was
installed at c:\python.
c:\>python
copyright,notice.....etc
>>>import mystartup.py
>>>

  How can i do? thanks.