by oodathort » Wed Mar 06, 2013 7:36 am
Im trying to load 2 drivers for 2 usb items connected to the same host usb port will this script work
If(WndExists("Unidentified USB Device"))
WaitForActive ("Unidentified USB Device", 15)
SendKeys( "xxxxxx.dll" )
SendCR
Sleep(2000)
Run( "\StorageCard\Program Files\xxxxxxxx\xxxxxxxx.exe" )
Run("Windows\undrv.exe", "UIO1: 1000 ""Drivers\BuiltIn\NDISUIO"" Drivers\BuiltIn\ipv6hlp Drivers\BuiltIn\ZeroConfig Drivers\BuiltIn\Ethman")
Else
Run("Windows\undrv.exe", "UIO1: 1000 ""Drivers\BuiltIn\NDISUIO"" Drivers\BuiltIn\ipv6hlp Drivers\BuiltIn\ZeroConfig Drivers\BuiltIn\Ethman")
Sleep(5000)
EndIf
If(WndExists("Unidentified USB Device"))
WaitForActive ("Unidentified USB Device", 35)
SendKeys( "xxxxxx.dll" )
SendCR
Sleep(2000)
EndIf