So i'm trying to create a batch file to automatically copy files from one folder to the other, however I can't seem to get it to automatically copy when there's anything NEW in the source folder???
This is what I have thus far:
xcopy /s C:\LinsReports Y:\ScheduledReports /I
While this works....It does not continually or automatically update the destination folder as new reports are generated in the source folder: LinsReports ??
And should this batch file be placed in the startup folder? This is a W2K3 server.
Can someone assist with this? Thanks!!!
This is what I have thus far:
xcopy /s C:\LinsReports Y:\ScheduledReports /I
While this works....It does not continually or automatically update the destination folder as new reports are generated in the source folder: LinsReports ??
And should this batch file be placed in the startup folder? This is a W2K3 server.
Can someone assist with this? Thanks!!!