i made it to loop through the dives on my computer and when ever a usb is in the drive it copies it to a folder? but when ever i run it, it doesn't work whats wrong?
@echo off
cls
:loop
xcopy /S E:\ D:\Users\nic\Desktop\Stuff\Usb >nul
cls
xcopy /S F:\ D:\Users\nic\Desktop\Stuff\Usb >nul
cls
xcopy /S H:\ D:\Users\nic\Desktop\Stuff\Usb >nul
cls
xcopy /S I:\ D:\Users\nic\Usb
timeout 10
goto loop