estuser
(Lurker)
2004-01-29 02:28 PM
Selecting files which to copy ?.

I have some files that i have to copy from server one of my users PC:
No problem with coping all the files :
Example this code
copy "\\SERVER\FOLDER\*.*" "c:\FOLDER\"
?"FINISHING........."
MessageBox('Failid on kopeeritud .' + Chr(13) + Chr(10) + '', 'Tänud', 64)
:end

But whats point?. I dont want to copy all the files, i want copu all files except the files that are created today.

Any ideas!.


LonkeroAdministrator
(KiX Master Guru)
2004-01-29 02:37 PM
Re: Selecting files which to copy ?.

try robocopy.

Sealeopard
(KiX Master)
2004-01-29 04:20 PM
Re: Selecting files which to copy ?.

Or write your own copy UDF that only copies files older than e.g. today.