newperluser
Programmer
Does anyone know how I can use xcopy in a perl script? I have a file I'd like to make a copy and save it to a different location (several different servers actually). In a cmd file I've used something like:
xcopy filename.txt \\newlocation\filename.txt
Very simple, but I can't seem to find a good example anywhere.
Thanks for any help in advance!
xcopy filename.txt \\newlocation\filename.txt
Very simple, but I can't seem to find a good example anywhere.
Thanks for any help in advance!