Hello everyone. I've got the following code.
but after that, I want to delete the files that it makes after exiting. Would this work?
Does anything after the first program (loader.exe) follow the switches of the first program or the start command?
Code:
Loader.exe sumprogram.exe
but after that, I want to delete the files that it makes after exiting. Would this work?
Code:
start /wait Loader.exe sumprogram.exe
Does anything after the first program (loader.exe) follow the switches of the first program or the start command?