Search found 2 matches

by dockies
25 Jan 2011 22:51
Forum: DOS Batch Forum
Topic: Record Minutes Every 30 Minutes
Replies: 4
Views: 5590

Re: Record Minutes Every 30 Minutes

Actually either way... as of now i am using task scheduler to run the script every 30 mins. Yes i googled it already and this is what i have so far. runme.bat @ECHO OFF CLS wscript.exe "invis.vbs" "minutes.bat" CLS invis.vbs CreateObject("Wscript.Shell").Run ""...
by dockies
25 Jan 2011 03:15
Forum: DOS Batch Forum
Topic: Record Minutes Every 30 Minutes
Replies: 4
Views: 5590

Record Minutes Every 30 Minutes

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 ...