Could someone please help me automate the process of copying files and directories to another server? I created a .bat file with the “xcopy” command with a /e switch. However, I would also like to automate the process of deleting them AFTER they have been copied.
Also, are there any things that I should be aware of? limitations? pitfalls?
Thanks!