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.