Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
bat file to register for uConnect
Name: Sebastian42 Date: June 6, 2008 at 18:35:38 Pacific OS: WinXP/SP3 CPU/Ram: 1GHz, 256Mb Product: Compaq Armada e500
Comment:
When I go to the Public Library to access Free Wireless Broadband Internet, I always have to 'sign in' to a uConnect home page, where I 1. select 'my' categories from 3 drop-down boxes 2. enter a postcode into a box than only appears AFTER I select 'Australia' from the third box 3. click the OK button
Can all that repetitious 'work' be done by a batchfile, macro or other mechanism ?
Name: Razor2.3 Date: June 7, 2008 at 01:17:39 Pacific
Reply:
Yes, it can. If you want to stick with 1st party tools, it'll have to be done with VBScript.
If not, Perl, Python, or even a Command Script with a better telnet program would work.
0
Response Number 2
Name: Sebastian42 Date: June 7, 2008 at 09:31:42 Pacific
Reply:
Well that is certainly an answer to my question. Thank you.
The next part is more delicate - I have no familiarity with any of the tools you mention, apart from recognising their names.
Is more help available to choose one of those and get guidance on the next step. Weasely as it may sound, I was hoping not to have to learn a new 'language' (or whatever is it more appropriately called).
Summary: I need to write a bat file to check to see if a file is present with the current date. the file name will always be the same, except it will be followed by _042809 (where 042909 will always reflect th...
Summary: Hi all - Need a little help. Attempting to write a batch file to check for and delete multiple files, outputting to a log file after anything is found. Here's what I have so far: echo off setLocal...
Summary: A question to BAT-gurus! First of all, I am not a programmer, so please don't blame my ignorance. Every morning I come to office and open my Internet Explorer to see what happened last day. I am pret...