开发者

How to zip archive individual sub folders

开发者 https://www.devze.com 2023-04-10 07:03 出处:网络
I have a main folder called \"Test\" under that I have around 100 sub folders st开发者_如何学编程arting from test 1, test 2 ..... test 100.

I have a main folder called "Test" under that I have around 100 sub folders st开发者_如何学编程arting from test 1, test 2 ..... test 100.

I am trying to create a work flow in Macautomator. But it puts all the 100 folders into one big archive file rather than creating 100 archive files with its original name in the mail Test folder. am I expecting too much from the automator. I would greatly appreciate your help .

thanks in advance.


I can help you out. Create the following Automator Workflow:

  1. Ask for Finder Items
    • select folders
  2. Set Value of Variable
    • variable name I put was "folder"
  3. Get Folder Contents
    • select "Repeat for each subfolder"
  4. Dispense Items Incrementally
  5. Create Clean Archive
    • select "Deleting original files"
  6. Loop
    • select "Loop Automatically" and "stop after 100 times" (or how many you want)

This should work. I tested it out.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号