How do I automatically copy data when attaching external storage?
- by Iceking007
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"