How do I automatically copy data when attaching external storage?
Posted
by
Iceking007
on Super User
See other posts from Super User
or by Iceking007
Published on 2011-02-22T17:48:56Z
Indexed on
2011/02/23
15:27 UTC
Read the original article
Hit count: 193
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"
© Super User or respective owner