Could an Applescript handle it?
Here's the potential situation. A conference is coming up and I want to hand out little logo-ed flash drives preloaded with my software. On my Mac, I have 2 USB ports on the keyboard, 2 on the front of the tower, and I think I even have a spare hub around here somewhere.
I'm wondering how fast I could insert a flash drive, have the software copied to it, and (logically) ejected, utilizing all available USB ports in a named fashion.
So, I envision something like this:
Start an applescript or some other process- it's now waiting for any volume mount action. I insert a USB flash drive on the left side of my keyboard. The script sees the volume and starts copying a predetermined folder to it.
I insert the next flash drive, on the right side of the keyboard, and same thing. Then, on the top port of the front of the tower.
About that time, the copy to the first USB drive is done. The script logically ejects that USB drive and then it prompts me to remove the "left keboard usb drive and to insert another".
Is this possbile with an Applescript? I think the key points here are:
1) named USB ports
2) multi-tasking the copying of files
3) automatically "ejecting" the drive
Todd
Here's the potential situation. A conference is coming up and I want to hand out little logo-ed flash drives preloaded with my software. On my Mac, I have 2 USB ports on the keyboard, 2 on the front of the tower, and I think I even have a spare hub around here somewhere.
I'm wondering how fast I could insert a flash drive, have the software copied to it, and (logically) ejected, utilizing all available USB ports in a named fashion.
So, I envision something like this:
Start an applescript or some other process- it's now waiting for any volume mount action. I insert a USB flash drive on the left side of my keyboard. The script sees the volume and starts copying a predetermined folder to it.
I insert the next flash drive, on the right side of the keyboard, and same thing. Then, on the top port of the front of the tower.
About that time, the copy to the first USB drive is done. The script logically ejects that USB drive and then it prompts me to remove the "left keboard usb drive and to insert another".
Is this possbile with an Applescript? I think the key points here are:
1) named USB ports
2) multi-tasking the copying of files
3) automatically "ejecting" the drive
Todd