> That's a bit too recursive for me, anyone got an example of a working set? > In the bitsy params define your own ones: user=nemo wvkey1=guesswhat wvcrypt=off wvessid=default_net_name auth=auth.ip.address fs=fs.ip.address ipaddr=your.ip.address ipgw=your.ip.gw ipmask=your.ip.mask authdom=your.auth.dom Use a cpurc that sets them (I attach mine below) Then start using your net; eg. this is my Music script: #!/bin/rc ip/ipconfig -g your.ip.gw ether /net/ether0 your.ip.addr your.net.mask srv tcp!your.fs.addr mount /srv/tcp!your.fs.addr /n/kfs once bind /n/kfs/active/music /n/music acme -f $font -F $font -c1 I hope this answers your question. If it does not, drop me a line.