photonbuddy Posted July 23 Posted July 23 Hi All, I have a need to run the following: http://localhost:8420/servlet/EpgAutoAddDataRes?action=15 at random times during the day. This might be impossible, but is there a way to run this without opening a browser window?
Developers Solution Jos Posted July 23 Developers Solution Posted July 23 InetGet() ? There are also many UDF options you can find in our forums. SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Developers Jos Posted July 23 Developers Posted July 23 Moved to the appropriate AutoIt General Help and Support forum, as the Developer General Discussion forum very clearly states: Quote General development and scripting discussions. Do not create AutoIt-related topics here, use the AutoIt General Help and Support or AutoIt Technical Discussion forums. Moderation Team SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
SOLVE-SMART Posted July 24 Posted July 24 On 7/23/2025 at 1:13 PM, photonbuddy said: but is there a way to run this without opening a browser window? Please @photonbuddy tell us a bit more about what do you mean be "run" this? I guess you are searching for a webserver which runs you localhost URL? What does the call do? Best regards Sven ==> AutoIt related: 🔗 GitHub, 🔗 Discord Server, 🔗 Cheat Sheet Spoiler 🌍 Au3Forums 🎲 AutoIt (en) Cheat Sheet 📊 AutoIt limits/defaults 💎 Code Katas: [...] (comming soon) 🎭 Collection of GitHub users with AutoIt projects 🐞 False-Positives 🔮 Me on GitHub 💬 Opinion about new forum sub category 📑 UDF wiki list ✂ VSCode-AutoItSnippets 📑 WebDriver FAQs 👨🏫 WebDriver Tutorial (coming soon)
BinaryBrother Posted July 24 Posted July 24 @SOLVE-SMART, That Cheat Sheet in your signature is neat. @photonbuddy Checkout _INetGetSource() too. SOLVE-SMART 1 SIGNATURE_0X800007D NOT FOUND
argumentum Posted July 24 Posted July 24 https://sourceforge.net/p/tvschedulerpro/wiki/External Web Access to Web Interface Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting.
SOLVE-SMART Posted Monday at 07:52 PM Posted Monday at 07:52 PM On 7/25/2025 at 12:10 AM, BinaryBrother said: That Cheat Sheet in your signature is neat. Thank you @BinaryBrother . Glad to read that you like it. The target audience is of course more the AutoIt beginner, but from time to time it's nice to have a quick "reload" again on some syntax concepts of AutoIt, especially when you switch languages a lot (like I do). Best regards Sven ==> AutoIt related: 🔗 GitHub, 🔗 Discord Server, 🔗 Cheat Sheet Spoiler 🌍 Au3Forums 🎲 AutoIt (en) Cheat Sheet 📊 AutoIt limits/defaults 💎 Code Katas: [...] (comming soon) 🎭 Collection of GitHub users with AutoIt projects 🐞 False-Positives 🔮 Me on GitHub 💬 Opinion about new forum sub category 📑 UDF wiki list ✂ VSCode-AutoItSnippets 📑 WebDriver FAQs 👨🏫 WebDriver Tutorial (coming soon)
photonbuddy Posted Thursday at 12:28 AM Author Posted Thursday at 12:28 AM On 7/23/2025 at 9:48 PM, Jos said: InetGet() ? I saw this, but because it was downloading a file, I made the false assumption that it wouldn't work. To make matters worse, I then was informed of wget, and went about installing that, and it worked fine. I didn't put it all together until just now. On 7/25/2025 at 8:10 AM, BinaryBrother said: @photonbuddy Checkout _INetGetSource() too. This also works, as does InetRead() On 7/25/2025 at 9:09 AM, argumentum said: https://sourceforge.net/p/tvschedulerpro/wiki/External Web Access to Web Interface Yep. I have full remote access, but I need something to run automatically in case I forget to run the link. To expand, that link re-adds scheduled programs. I have someone in the house who likes to delete scheduled recordings ... Finally, it took a while to return here, as wget resolved my issue, and there were no e-mail notifications telling me there had been replies. My bad for not coming back😔 argumentum 1
argumentum Posted Thursday at 12:34 AM Posted Thursday at 12:34 AM 4 minutes ago, photonbuddy said: My bad for not coming back😔 ..but you did, and I personally appreciate the sharing of your results Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting.
BinaryBrother Posted Thursday at 10:56 PM Posted Thursday at 10:56 PM On 8/4/2025 at 2:52 PM, SOLVE-SMART said: Thank you @BinaryBrother . Glad to read that you like it. The target audience is of course more the AutoIt beginner, but from time to time it's nice to have a quick "reload" again on some syntax concepts of AutoIt, especially when you switch languages a lot (like I do). Best regards Sven It just looked like it took some effort to design and deploy. Kudos to the time invested. SIGNATURE_0X800007D NOT FOUND
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now