| View previous topic :: View next topic |
| Author |
Message |
marculos Newbie
Joined: 08 Feb 2007 Posts: 17
|
Posted: Tue Nov 13, 2007 8:41 pm Post subject: Create a WIFI connection ? |
|
|
Hi,
I want to create a script that does the following
1/ Delete all exisiting wireless connections
2/ Add a new wifi connection with a specific SSID and WEP key
Any ideas anyone ? |
|
| Back to top |
|
 |
vdsalchemist Admin Team

Joined: 23 Oct 2001 Posts: 1448 Location: Florida, USA
|
Posted: Wed Nov 14, 2007 2:20 pm Post subject: |
|
|
Hi Marculos,
Welcome to the forum.
Hmmm this could take a bit of work and mostly API and/or Registry work. It would not be that hard to remove the Network connections from a PC. It would be very difficult to create a new connection under script control since part of creating the connection is the hardware detection. Since you are requesting Wireless connections specifically this makes it even more of a challenge due to the fact that it would depend on the Wireless card and rather or not your using the software that came with it or using Windows Wireless software. We would need to know the Brand and Model of the wireless card? Also we would need to know what version of Windows your using? I think the easiest way would be to use WMI but not all versions of Windows support WMI without a lot of work to install it. You might want to check out my Network Config demo that comes with my GadgetX.dll... Warning the code is not for the faint of heart. _________________ Home of
Give VDS a new purpose!
 |
|
| Back to top |
|
 |
Vic D'Elfant Past Contributor


Joined: 26 Jun 2002 Posts: 673 Location: The Netherlands
|
|
| Back to top |
|
 |
|