How do I automatically run an application on USB attach or CD insert on Mac OS X?

后端 未结 5 883
灰色年华
灰色年华 2020-12-30 00:14

Is there any way to automatically launch an application on USB attach or CD insert on Mac OS X? it\'s easy on Windows, but I found that AutoRun.Inf does not wor

5条回答
  •  暖寄归人
    2020-12-30 00:48

    It is possible to install a background service that monitors whenever a USB device is plugged in and then launches an App. Google's "Android File Transfer Agent" is such a service that is running in the background and launches "Android File Transfer" whenever you plug in an Android device.

提交回复
热议问题