How to go online and post something at a specific time

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
Aladdin
Posts: 1
Joined: 05 Aug 2014 12:41

How to go online and post something at a specific time

#1 Post by Aladdin » 05 Aug 2014 12:48

Ok there it is. A specific online website that is much like medical sites give you the option of asking a specific question to an expert. The issue is they Only allow you to do so for an hour or so each day. Due to time differences I am usually in deep sleep at that time :)

I want a batch file that goes online to that website, selects whatever textbox it sees and pasts my question in it. I know its easier to stay up and do it my self but I want to learn more abt programming in the way so...

So far I can open the website. Thats it. :D
Please help.

Squashman
Expert
Posts: 4488
Joined: 23 Dec 2011 13:59

Re: How to go online and post something at a specific time

#2 Post by Squashman » 05 Aug 2014 20:16

Not possible with a pure batch file. You should look at using AutoIt or AutoHotKey.

Post Reply