How can I run a batch file at a specific time

Closed
Lovisa - Dec 21, 2010 at 09:02 AM
 Shital Mehra - Dec 23, 2010 at 08:15 AM
Hello,
I have an applikation that I want to stop and than start 5 min after thru 2 batch files

How do I do that? I'm not very use to this so please when you answer speak as if I'm a child :)
Related:

1 response

Hi Lovisa,

You can use the at command to run the batch file.

goto command prompt

type in

>at 09:30 "c:\mybatchfile.bat"

Make sure you use /interactive option for an interactive output.

Dont forget to delete the job if u mention the wrong time.

Have a nice time !
0
If you need more details please let me know the application name
I will send batch file
0