xcopy "\\server3\calls\company\xyz.WAV" c:\test\local /S /Y
move "\\server3\calls\company\xyz.WAV" \\server\Calls\company\Archive calls
Ideally I want to copy all the wav files within the company folder, and move to the archive folder, but im just trying it with one file first.