Experts please help me
Posted: 09 Sep 2011 14:47
I have created a batch program that will detect a certain file and write a log report. I have set it up as a listening program using "if exist" and "timeout" commands. It is 98% complete, but I'm stucked with this problem, I tried everything I know and still I can't figure it out. Here's what I wanted to do:
I want my batch file to write a log report every 15 minutes, please be noted that I can't use "at" commands and "schtasks" because of some limitations on my account and also I have used the command "timeout" so I can't use it. Is there a way?
I've tried using for command but still it doesn't work.
Thanks in advance.
I want my batch file to write a log report every 15 minutes, please be noted that I can't use "at" commands and "schtasks" because of some limitations on my account and also I have used the command "timeout" so I can't use it. Is there a way?
I've tried using for command but still it doesn't work.
Thanks in advance.