Need help, so what I am trying to do is :-
I wanna setup a python program, that will open command prompt in background, and I will be able to give commands as input to python program, it will then forward that commands to command prompt and gives me output, I want this connection to be established for the time I want,
I have been through some python codes, what happens in them is, when I enter command, it displays me results at once then it exits, I don't want that instance of command prompt to exit till I want, so I can make changes, change directories, etc.
I have tried, but no such result :( .
So if any ideas do help me out.
Thnx folks.