Search found 2 matches

by bobby999
09 Apr 2010 10:52
Forum: DOS Batch Forum
Topic: copy most recent file to remote pc and clean up old files.
Replies: 3
Views: 6349

copy most recent file to remote pc and clean up old files.

i want to create a simple script to transfer latest file in a folder to a remote server folder: COPY 'most recent file' FROM "C:\Source folder" TO "\\remote server\destination folder." Delete files older than one week in "C:\Source folder" Delete files older than one we...