Hello, I am wondering if this is possible. I think it should be, since you
can do anything else by scripting I have found out.
We have wireless access on campus, and our student must go through a process
to setup their wireless. They must add a network, set it as WPA and TKIP, use
PEAP, etc. It is all basically clicking or filling in a few boxes... Can this
by scripted using .net?
This is the steps: http://www.swgc.ca/computing/wireless/xp_setup.html
Any help would be appreciated.
Thanks
Steve
Rashad Rivera - 23 Sep 2006 04:30 GMT
Anything is possible with time and .NET, but what you are asking for would
better be done via a JScript or VBScript that sends key strokes to the
Network Property dialog box. I should warn you that doing it this way would
require the user to keep thier hads off the keyboard and mouse until the
script is complete.
Search for WshShell and the "SendKeys" method for more information.
- Peace be with you in the love of Christ Jesus
Rashad Rivera
> Hello, I am wondering if this is possible. I think it should be, since you
> can do anything else by scripting I have found out.
[quoted text clipped - 13 lines]
> Thanks
> Steve
swwalsh - 26 Sep 2006 23:55 GMT
Thanks for the response. So how can I tell if the Wireless network property
dialog box is theiur? and how exactly do I reference the network property
dialog box?
THanks
Steve
> Anything is possible with time and .NET, but what you are asking for would
> better be done via a JScript or VBScript that sends key strokes to the
[quoted text clipped - 25 lines]
> > Thanks
> > Steve
Stuart Parker - 19 Oct 2006 08:55 GMT
> Hello, I am wondering if this is possible. I think it should be, since you
> can do anything else by scripting I have found out.
[quoted text clipped - 13 lines]
> Thanks
> Steve
http://www.autoitscript.com/autoit3/ is a free scripting tool designed for
just this kind of scenario ..... used it many many times.
Not affiliated with the company at all, just found the product excellent
Stu