@echo off
xcopy c:\photos\*.avi c:\movies /s
del c:\photos\*.avi /s
Simple way around it, it will prompt if it is overwriting (can be disabled with a switch though of course) and copy over the file structure but it'll do the job...
/s specifies sub folders on each.
Copy/paste into a text file, save with a .bat extension, run from command line.A nooby question, but would the OP copy and paste that into CMD for it to do what it does? Or something else? I'm just curious![]()
CoolAre there some good tuturiols on the net for making little things like that then?
Copy/paste into a text file, save with a .bat extension, run from command line.
Quicker to just do a search in windows explorer and cut'n'paste the results surely?![]()