Hello.
is there any way to Repeat this Script for every 120 minute ?
Thanks
is there any way to Repeat this Script for every 120 minute ?
Code:
File.Copy("C:\\MyDir\\*.*", "C:\\DestDir\\", true, true, false, true, nil);
Comment