I'm making an assumption that all the laptops are running XPsp2 (netsh command) and all have the same wireless cards.
1. Set up the wireless configuration on one computer. At the command prompt, type:
netsh interface ip dump> c:\boardrmw.txt
2. This puts a text script file of the wired and wireless configuration at the root directory (C

called boardrmw.txt
3. Open the file with notepad, remove the wired scripting and edit the wireless to remove "register=PRIMARY", making sure there is no space at the end of the line.
4. Save the file then make a shortcut to run the script by right-clicking on the desktop, New/Shortcut, type in
c:\windows\system32\netsh -f C:\boardrmw.txt
Give it a name, then Finish.
To get fancy you can change the icon to something more fitting. Then copy the file and shortcut to a usb drive or a CD and put them on all the computers. Then click on the icon to change to its configuration settings.
Make a second one for DHCP and you are set to go back and forth without being a configuring fool.
We do this quite often where I work, setting different script files for different wired and wireless configurations at different sites.
Hope this helps.
The test continues...