Link to home
Start Free TrialLog in
Avatar of dgabeau
dgabeau

asked on

Ping Script.

I am writing a scritp in note pad to ping all my routers on my network.  I want to know how in DOS I can make this batch file run at certain times of the day and redirect the results to a file?

Thanks.
Avatar of TedSenn
TedSenn

To run the program (in DOS) at scheduled time you will need a scheduler program. To redirect to a text file output can be redirected with a > (overwrite) or >> (append) file.ext.
ASKER CERTIFIED SOLUTION
Avatar of ViRoy
ViRoy

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of dgabeau

ASKER

Can you send me this program?
sure... itll take me about a week, i got mad school work to do,
but ill write ya one.
Avatar of dgabeau

ASKER

Thanks alot.  I appreciated it.