Hi,
we used TCC 17.00.77.
I have a script for zipping a directory and when its done its been deleted, the commands are:
ZIP /R /M "example_recursive_folder.zip" "example_recursive_folder"
so after zip process is done, i delete the folder (recursive folder):
RMDIR /S /Q example_recursive_folder
The randomally issue is that after zipping the directory its not been deleted.
I wonder if its a bug or maybe i need to use a different command or flages..?
we used TCC 17.00.77.
I have a script for zipping a directory and when its done its been deleted, the commands are:
ZIP /R /M "example_recursive_folder.zip" "example_recursive_folder"
so after zip process is done, i delete the folder (recursive folder):
RMDIR /S /Q example_recursive_folder
The randomally issue is that after zipping the directory its not been deleted.
I wonder if its a bug or maybe i need to use a different command or flages..?