Record Minutes Every 30 Minutes
Posted: 25 Jan 2011 03:15
Hi,
I am a newbie when it comes to batch script, im trying to google everything that i need it's just so confusing for me and really dont have any idea how the batch works
Well if anyone here is kind enough to help me... this is my problem:
I need to record the minutes every 30 mins. given that the pc is turned on
Example:
i have a text file let say "minutes.txt"
Every 30 Minutes the script will record something like this...
>> 30 Minutes
After 30 Minutes
>> 60 Minutes
It should be in the same file. it doesn't matter if it overwrites the file or just write a new line or record inside the file.
And is it possible for a batch script to run without opening anything like DOS prompt? it will run in the background and no one
will see any difference in their screen.
Please i really need help for this
Thanks in advance....
I am a newbie when it comes to batch script, im trying to google everything that i need it's just so confusing for me and really dont have any idea how the batch works
Well if anyone here is kind enough to help me... this is my problem:
I need to record the minutes every 30 mins. given that the pc is turned on
Example:
i have a text file let say "minutes.txt"
Every 30 Minutes the script will record something like this...
>> 30 Minutes
After 30 Minutes
>> 60 Minutes
It should be in the same file. it doesn't matter if it overwrites the file or just write a new line or record inside the file.
And is it possible for a batch script to run without opening anything like DOS prompt? it will run in the background and no one
will see any difference in their screen.
Please i really need help for this
Thanks in advance....