Forum Discussion
noren
Oct 10, 2020Copper Contributor
Zip Blank file not created using robocopy
Robocopy path\main.zip path, this command zip files but created main.zip as folder and not a zip folder
So how to create zip folder and not just a folder while doing robocopy
before, using mkdir main.zip creating folder but not zip folder, how to achieve it
So how to create zip folder and not just a folder while doing robocopy
before, using mkdir main.zip creating folder but not zip folder, how to achieve it
- farismalaebSteel Contributor
Have you tried powershell compress-archive
- farismalaebSteel Contributor