all,
Currently, I write a python code in WIN, i’d like to run the command line code
move *.bin tmp
but only one file was removed.
How can I make popen to finish this task?
Best wish!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I suggest using Pythons own modules instead of Windows tools (as also Patrick suggest). I think something like this will work:
Or to make it short: