@ darren rose
WinBuilder has a feature that helps you to convert BartPE plugin in a script
Tools > Convert files to .script language > Type of file > BartPE plugin (.inf) > Convert
Sure then you must adapt it, but its help can teach a lot of things...
Then the resulting and working script could be like this
CODE
[main]
Title=Netgear_WG111
Description=NIC_Driver
Selected=True
Level=5
Version=1
[process]
Echo,"Copying files..."
FileCopy,"%ScriptDir%\wg111nd5.sys","%TargetDir%\Windows\system32\drivers"
FileCopy,"%ScriptDir%\netwg111.inf","%TargetDir%\Windows\inf"
FileCopy,"%ScriptDir%\netwg111.cat","%TargetDir%\Windows\inf"
System,RefreshVars
Create a sub-folder in Drivers folder, place in it your 3 files and the script > PLAY.
Btw: be aware "netwg111.cat" size in your attachment is 0 byte. (IMG:
../forums/style_emoticons/default/wink.gif)