Search found 1 match

by vvicin01
20 Oct 2010 07:40
Forum: DOS Batch Forum
Topic: Transfer Files with Current Date
Replies: 3
Views: 4884

Transfer Files with Current Date

I created a dos command to transfer files to another server (ftp). What I want to do is limit the transfer only to files with the current date. For example, I do a mput with the extension of *.zip: mput E:\FOLDER\SUBFOLDER\exports\*.zip How do I only select the *.zip files with current date. Thank y...