Menu

Howto change starting directory in PyCmd

Help
Sasa
2010-12-11
2012-10-26
  • Sasa

    Sasa - 2010-12-11

    The only way to change the Starting directory of PyCmd which i found was:
    creating a .bat file with the following command:

    cmd.exe /k "cd /d D:\ && c:\Program Files\PyCmd\PyCmd.exe"

    where c:\Program Files\PyCmd\PyCmd.exe is the Path to PyCmd

     
  • Horea Haitonic

    Horea Haitonic - 2010-12-12

    PyCmd also supports the /c and /k arguments, just like cmd.exe. So the
    simplest way to do what you want is:

    "c:\Program Files\PyCmd\PyCmd.exe" /k cd D:\

    Hope this helps!

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.