Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Windows Task Scheduler - Task wanted

  • 14-03-2011 1:33am
    #1
    Registered Users, Registered Users 2 Posts: 6,321 ✭✭✭


    Ok, this is completely unnecessary but I'd like to try it anyway.

    I want my computer to turn itself on, log into my account, open meteor broadband to go application, press the connect button in the program (Alt+C). Then start connectify and start hotspot so I have wifi for when I wake. I then want it to shutdown after an hour.

    As said, completely unnecessary but I'm lazy and would like to know if it is possible and how complicated would it be.

    P.S. I'm on win7.


Comments

  • Moderators, Arts Moderators, Regional Abroad Moderators Posts: 11,106 Mod ✭✭✭✭Fysh


    You can do some of this with the Windows Task Scheduler - you'll get as far as waking the machine, logging on as you, and launching the application, at any rate. (See here for instructions on how to do so).

    For the Meteor broadband side of things, I would imagine you'll need to write a script to launch the app and feed input to it. I doubt this'll be straightforward, but I could be wrong.

    In order to achieve the full run of what you want to do, you'd be best off creating two tasks: one to wake the machine and invoke the script you want to run to get your broadband up and running, and another to shut it down after an hour.


  • Registered Users, Registered Users 2 Posts: 18,984 ✭✭✭✭kippy


    As the previous poster said, its possible to do this.
    The first part and the last (starting the machine, logging in, starting the application, and shutting the machine down after an hour) are relatively straightforward.
    Getting the app to connect - well. That could be easier than it looks. Is there an "autoconnect" option within the application itself - perhaps in preferences? That would make things very simple.
    Outside of that, as mentioned you are looking at some programming to do the action for you.
    VBscript is usually the most straightforward and there are plenty examples out there that could get you on the road.
    http://www.visualbasicscript.com/


  • Registered Users, Registered Users 2 Posts: 6,321 ✭✭✭Jackobyte


    kippy wrote: »
    As the previous poster said, its possible to do this.
    The first part and the last (starting the machine, logging in, starting the application, and shutting the machine down after an hour) are relatively straightforward.
    Getting the app to connect - well. That could be easier than it looks. Is there an "autoconnect" option within the application itself - perhaps in preferences? That would make things very simple.
    Outside of that, as mentioned you are looking at some programming to do the action for you.
    VBscript is usually the most straightforward and there are plenty examples out there that could get you on the road.
    http://www.visualbasicscript.com/
    No autoconnect but there is a launch on start up option.


  • Registered Users, Registered Users 2 Posts: 2,997 ✭✭✭Adyx


    It might take a bit of setting up but you can use Sikuli to automate all sorts of tasks and button presses. You show it what to do by clicking the buttons yourself, so it's fairly easy to get the hang of.


Advertisement