Windows Batch Programming

85 views Asked by At

I have some files that are automatically generated by an external sources into a local machine each day. I have batch script, which moves the data from that source folder into a destination folder. So i would like to move the files using time and date. But the robocopy command only accepts date. Please see the script below

robocopy \\IP\f$\EMAILMT\202 C:\IntellinxServices\Queues\SwiftGen\MT202 *.rje /MAXAGE:%NEWDATE%  
0

There are 0 answers