Is there a way to initialize a Copy command with Python on Windows. I want to get a Progress window just like I would when using Copy / Paste in the explorer:
So basically Python only starts the process and Windows runs it.
I know there are other ways to the a Progress bar within python but that's not what I'm looking for.
CodePudding user response:
Call SHFileOperation. You could perhaps use this as a starting point...
