Topic: looking for a way to export OFFLINE drive's drivers, cleanly
Hi guys. I have been banging out a data backup app for my shop and it has come a long way since I started it. I told my techs to please let me know any features they wanted, and one of the guys said he'd like it to save drivers. Normally that isn't a big deal, many apps can do that for free and are standalone, and I could probably make (or find) a good one in AutoIt.
My snag is that my backup app is designed to work on either the current OS drive or backup an offline drive, and I have not yet seen a driver backup tool that can compile a nice, tidy package of drivers backed up from the non-OS disk. Any leads there? If not, simply grabbing the entire contents of windows\system32\drivers and windows\inf should contain 99% of the files needed (I see some files wind up in windows\system32 but I'm NOT grabbing that whole thing!! ) but doing that would seem so sloppy. Is there a way of determining WHICH of the drivers from the above folders were the currently active drivers on an offline drive??
And if you want to have a look at the backup app as it stands, check it out! http://www.autoitscript.com/forum/index … p;p=709825 I know many of you guys are good programmers, so if you have suggestions (beyond me explaining what the heck my variables mean, LOL) then please let me know.
Thanks a lot
Ian
BTW, use the file links on the bottom post, not the top.......
Last edited by llewxam (2009-07-23 06:07:49)