1.

Solve : Running Batch script over a period of interval of time.?

Answer»

I am uploading data from text file to MySQL by using Bach file .I am using following command on command prompt

C:\Program Files\MySQL\MySQL Server 5.0\bin>at 6:48PM /interactive E:\TIGER\IPTo
COuntry\Run.bat
It is not giving any error.But the data is not getting modified.

I will be thankful if somebody will HELP me.Its Urgent.........
(1) TIME needs to be in 24 hour format i.e. "18:48"

(2) If the command is not an executable (.exe) file, you must PRECEDE the command with CMD /c

So try

at 18:48 /interactive cmd /c E:\TIGER\IPToCOuntry\Run.bat

Please note: your ridiculous "poll" does nothing to enhance your reputation.

If you want the task to run every day at the same time, you will need to modify your command. As it stands, it will run once, the next time the scheduled time arrives.







Discussion

No Comment Found