cd to folder
1 TopicBAT file to open cmd prompt, change directory and execute python at that changed folder on Win 10?
I need to open one command prompt window on windows 10, change directory to a specific folder on that same cmd window and get python prompt on that same command prompt window executing python.exe at that changed directory using BAT script. How do I do it? I don't want the cmd window to be closed after I exit python prompt. So how do I do it?Solved101KViews0likes5Comments