I have a program that through the command Shell and 7za decompress a file that should be deleted immediately after decompression.
The main program can not wait for the decompression to finish to delete the compressed file, so it is the decompressor program that must do it, but in the 7z documentation I can not find anything.