• Welcome to Overclockers Forums! Join us to reply in threads, receive reduced ads, and to customize your site experience!

Weird Question

Overclockers is supported by our readers. When you click a link to make a purchase, we may earn a commission. Learn More.

captain_amd

Member
Joined
Dec 8, 2002
Location
Dark Side of the Moon
Does anyone out there know if you can tell a computer to transfer a certain file over a network to a specified computer, at any specific given time.

So it will do this

Computer#1
C:\whatever\whatever.any
to Computer#2
C:\whatever\
@ 3:37am

Then put it back like half hour later?

Anyone. Or would this be a custom exe that I would have to write.
 
Just create a batch file, something like this:

copy \\computer1\c$\filename.extension \\computer2\c$\directory

then schedule the batch file to run at a desired time.
 
Back