I need to copy a file (about 3 MB in size) from my Windows 2000 web server to an Info Server once a day at 12 Noon.
I am currently doing it with a Perl Script that is using the File::Copy module. I am using Task Scheduler and it works.
I have always had success with Perl but the Server Admins want to use Robo Copy with a Batch file script.
Please advise if Robo copy/batch file is better or more efficient compared to a Perl script?