<div>Hi Jeffrey</div>
<div>&nbsp;</div>
<div>Windows CE doesn't have the concept of a 'current directory' (so a starting directory makes no sense either)&nbsp;but python for windows ce emulates it internally, so there's no direct way of doing this. iirc, python defaults to a) the directory where the script you start resides (if you start \my documents\myprog\myprog.py, it'll start in \my documents\myprog) or b) the default path of the interpreter when started without any options in \tmp (or something similar). You could create a small dummy script in that path that just contains 'pass' and starting that using the python interpreter with the -i option (make a shortcut 'python -i &quot;\My Documents\myprog\dummy.py&quot;').
</div>
<div>&nbsp;</div>
<div>Hope this helps (and works! haven't actually tried it myself).</div>
<div>&nbsp;</div>
<div>Ingmar<br>&nbsp;</div>
<div><span class="gmail_quote">On 9/24/06, <b class="gmail_sendername">Jeffrey Barish</b> &lt;<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:jeff_barish@earthlink.net" target="_blank">jeff_barish@earthlink.net
</a>&gt; wrote:</span> 
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">I start Python from the Start Menu.&nbsp;&nbsp;Is there a way to get it to start in a<br>specified directory (e.g., '\My Documents\myprog') everytime it starts? 
<br>--<br>Jeffrey Barish<br><br>_______________________________________________<br>PythonCE mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:PythonCE@python.org" target="_blank">PythonCE@python.org
</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://mail.python.org/mailman/listinfo/pythonce" target="_blank">http://mail.python.org/mailman/listinfo/pythonce</a><br></blockquote></div><br>