等到所有文件都被复制?
I am trying to find a way to wait until xcopy cmd finished copying files from a disk. I tried 2 ways. First way is basically waiting for hprocess from the created process.
But this waitForSingleObject never resolves.
void copyFileWait(){
STARTinfP777.cb...