If I am correct to assume that once I place a DVD/disk in my optical drive (or use a USB flash drive or external HDD for that matter; for arguments sake) that this action would in effect trigger an 'event' in Windows.
I would like to use this 'triggered event' to enable an entire copy of that device.
Example:
if my optical H: reads a disk OR the user closes the tray OR ...
then xcopy /S H: "F:\Copy of H"
ADDED: I am working with Windows XP; if any one could give me more of a push in the right dirrection that would help; I don't see how the autorun could help me; do I need to write some script for the autorun to use once this event is triggered? Or a program? Not sure what to do, thank you!