Link to home
Start Free TrialLog in
Avatar of FMPC
FMPC

asked on

Windows event triggered automator.

I need to auto-sync USB drive with several PCs (XP and Win7). Unfortunately for me Win7 doesn't autorun USB any more. Is there a kind of a resident event triggered automator? Something that would detect USB connect and attempt to run a particular file on that drive?
Essentially a replacement to the autorun feature removed...
ASKER CERTIFIED SOLUTION
Avatar of tekrage
tekrage
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
You should not turn on AutoPlay as it is a risk to automatical start programs on removable devices.

You could do a trick:

Windows Vista's event viewer supports event based start of application so you could start your event log and look what event is caused by connecting an usb drive and then plan a task for that event that starts a batch file. from this batch file you call the program/batch that is located on the usb stick/drive.