Michel Claveau <mc <at> mclaveau.com> writes:

> 
> Hi!
> 
> Try this:
>     import os
>     os.system('start "TITLE" "cmd /KCD /DD:\\Dev\\python"')     #for dir: 
> D:\\Dev\\python
> 
> ("TITLE" is the title (yes!) of the window)
> 
> @-salutations
> 
> Michel Claveau
> 

Thanks,

  That launches a new DOS console at the desired directory location.

  Pretty close to what I was hoping for.

Charlie


_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to