A Task Scheduler

Discussion in 'other software & services' started by Coolio10, Dec 28, 2010.

Thread Status:
Not open for further replies.
  1. Coolio10

    Coolio10 Registered Member

    Joined:
    Sep 1, 2006
    Posts:
    1,124
    Is there a free task scheduler that can run a application/vbscript every few seconds. The windows task manager has a 60 second minimum.
     
  2. majoMo

    majoMo Registered Member

    Joined:
    Aug 31, 2007
    Posts:
    994
    My suggestion: a batch file (.bat or .cmd), in windows task manager...

    :D
     
  3. Coolio10

    Coolio10 Registered Member

    Joined:
    Sep 1, 2006
    Posts:
    1,124
    Thanks, worked perfectly.
     
  4. Franklin

    Franklin Registered Member

    Joined:
    May 12, 2005
    Posts:
    2,517
    Location:
    West Aussie
    Came in handy here as well, thanks majoMo. :cool:
     
  5. pajenn

    pajenn Registered Member

    Joined:
    Oct 26, 2009
    Posts:
    930
    For situation like this I would use and recommend others learn to use Autohotkey.

    It's an easy program or scripting language intended to create hotkeys for launching programs, automating key stroke and mouse click sequences and such, but it can also do a lot more if you learn to use it.

    It's free and you can initially use the included 'macro recorder' to create hotkeys, but to really benefit from it you need to put in a bit of time and effort to learn it. If you do, it'll become one of those programs you can't image living without.
     
    Last edited: Dec 29, 2010
  6. Franklin

    Franklin Registered Member

    Joined:
    May 12, 2005
    Posts:
    2,517
    Location:
    West Aussie
    I was using WinHotKey here but some of these new Ransom/Winlock/Screenlockers lock everything up where hotkeys just won't work whereas the batchfile, which has to be running before executing the malware, works a treat.
     
  7. pajenn

    pajenn Registered Member

    Joined:
    Oct 26, 2009
    Posts:
    930
    AutoHotkey scripts don't require actual hotkeys to launch. For example, here's an example from the AutoHotkey help file of a script that runs in the background and closes annoying windows (if present) every 250 milliseconds:

    You could paste that into notepad and save it as an .ahk file. Then double click it to launch it, let Task Manager launch it, or add (a link to) it to Startup folder to load it automatically with Windows. Replacing the "WinClose,..." lines with "Run, calc.exe" would make it run the Calculator app repeatedly instead of closing windows. (Normally you may need to specify the full path to the exe or vbscript file whereas with calc.exe the path is available in the registry).
     
Thread Status:
Not open for further replies.
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.