del \\server name\share\file.xml
copy e:\folder\*.xml \\server name\share\file.xml
move e:\folder\*.xml e:\folder\backup
seems simple but apparently my inaccurate use of commands prevents this from working

Moderator: DosItHelp
thmpr52 wrote:Trying to setup a scheduled task to run this bat file that basically does the following:
del \\server name\share\file.xml
copy e:\folder\*.xml \\server name\share\file.xml
move e:\folder\*.xml e:\folder\backup
seems simple but apparently my inaccurate use of commands prevents this from working