PDA

View Full Version : autorun help


sammy004
01-10-08, 04:01 AM
HI guys I need some help in making an autorun file that will run mutiple driver. What I am trying to do is make a cd that has all the drivers for my laptop that I downloaded from the HP site. All the drivers are .exe files and what I want it to do is when the cd is inserted it will load the first driver then load the next driver and so on and I just wanted to know if this is possible.
any help would be greatly appreciated as I have tried all I could to make this work.

Thank you
Sammy

stlouis1
01-10-08, 04:06 AM
you pretty much need to make an inf that points to a batch file that installs the drivers.

but problem is, the driver installers arent automated, and unless they have a command switch to force an automated install, its not going to help you much

sammy004
01-10-08, 04:33 AM
So I cant do it? any other option.

owen
01-10-08, 05:16 AM
after each driver installation you should always restart your pc anyway.

jdrom17
01-10-08, 06:06 PM
You could use something like AutoIt (http://www.autoitscript.com/autoit3/) to record your keystrokes and mouse clicks/movement to go through everything for you.