please help me out how to run inf file using action script
Inf files are not executable. They are normally used as configurations for other applications.
how to install drivers using action script
If you can do it in a batch file then you could run that batch file as well with the client. The inf itself is not executable but if you have a command processor in front then you could do it. Perhaps it would work in a wait with a “cmd.exe /C” in front as well?
Been awhile since I’ve done this.
You need to get it working on the command line first before you try it with BigFix. See if dpinst.exe or pnputil.exe will work for you.
This is the closest topic I see for commands. Any ideas as to where I can get a CLI for this thing. I hope so. If not then IBM has made my life way more difficult and going to have the client waiting a good long time for software distributions. At present I can pull the files from Dimensions, build the package and install them on all our labs in less than 5 minutes (10 minutes if more than 200 files). Have them out to 800 Endpoints in 20 minutes.
Off-topic I think. You should start your own thread. When you do, make it clear whether you’re asking “Can I drive BigFix via a command line”, or “Can I use BigFix to drive a command line on the client”.
(the answer is Yes in both cases, but driving BigFix via command line is pretty complex as you’ll need to build the XML content that you want to post)