At a certain time each day, I’d like my browser to pop open a tab to a certain URL.
My goals:
- be able to set the URL from the scheduled task
- use the default browser (rather than hard-coding it)
I can’t seem to accomplish both of these goals at once. I’ll post my partial solutions as answers, but I’m hoping someone will have something better.
Note that this command will open the default browser (or a new tab therein) to the given url:
To create a scheduled task without the command window popping up:
Create OpenUrl.vbs:
Then call it from a scheduled task with this command: