What can I put in a python script that will change the shell directory when I run it. For example when I run:
c:\users\myname> python myscript.py
After the script run I get the prompt, for example:
c:\users\myname\desktop>
What can I put in a python script that will change the shell directory when I run it. For example when I run:
c:\users\myname> python myscript.py
After the script run I get the prompt, for example:
c:\users\myname\desktop>