يمكن فعل هذا بى timer
كود :
timer.Interval = 60000 = ساعة
run Process.Start(Path)
timer.stop
[color=#363636][size=small]timer.Interval = 60000[/size][/color]
timer.start
او للنسخ
My.Computer.FileSystem.CopyDirectory("C:\Folder1", "C:\Folder2", True)
timer.stop
timer.Interval = 60000
timer.start

