RE: Automated choose of Windows drivers

2008-10-06 Thread Werner Maes
hello This is what I do to install the correct drivers: 1. try to find out which system it is 2. copy all the drivers for that system to hard drive 3. install them we only have dell systems so it goes something like this sub getcompunaam { open("f","/usr/sbin/dmidecode|"); while() { cho

Re: Automated choose of Windows drivers

2008-10-06 Thread Pierre Bourgin
Werner Maes a écrit : > hello > > This is what I do to install the correct drivers: > > 1. try to find out which system it is > 2. copy all the drivers for that system to hard drive > 3. install them > > we only have dell systems so it goes something like this > > sub getcompunaam { > open("f",