Help req please, batch files/scheduled tasks

Associate
Joined
18 Oct 2002
Posts
1,704
Location
Glasgow
Guys,

I am in need of two things,

When my server starts i need it to run a constant ping to the router "ping 192.168.2.1 -t" so i presume i need a batch file for this, but how?

Also, i would like to transfer all data in a folder to a network drive and then delete the original files, i presume using a scheduled task, but how?

Anyone lend me some assistance.....

Cheers
 
Just a quick question, why would you want the server to constantly ping the router?

Here it is anyway:
Code:
:Ping 
ping 192.168.2.1 -t
Goto ping

As for the scheduled task, I'm pretty sure if you search the forums this was asked recently

Burnsy
 
Last edited:
thanks mate, sorted, and found the other using the search, cheers

constant ping - dont ask, i dont know myself but my network only runs well when its had a constant ping to get it started!
 
Back
Top Bottom