Search found 1 match

by thmpr52
16 May 2012 15:22
Forum: DOS Batch Forum
Topic: Simple del copy/ren and move bat
Replies: 1
Views: 2012

Simple del copy/ren and move bat

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 :cry: